Skip to content
Snippets Groups Projects
Commit 4d81682c authored by Johan Sundström's avatar Johan Sundström
Browse files

Added a _sprintf() function.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.21
parent 89670ba2
No related branches found
No related tags found
No related merge requests found
......@@ -682,6 +682,11 @@ void async_fetch(function callback,array ... extra)
con->set_nonblocking(async_fetch_read,0,async_fetch_close);
}
string _sprintf()
{
return sprintf("Query(%d %s)", status, status_desc);
}
/************************ example *****************************/
#if 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment