Skip to content
Snippets Groups Projects
Commit 847e73a8 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

removed debug print *sigh*

Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.5
parent 9a467595
Branches
Tags
No related merge requests found
......@@ -444,11 +444,7 @@ object sync_request(string server,int port,string query,
if (data!="") headers->content_length=strlen(data);
werror("headers is %O\n",headers);
headers=headers_encode(headers);
werror("headers is:\n%s\n",headers);
}
request=query+"\r\n"+headers+"\r\n"+data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment