Skip to content
Snippets Groups Projects
Commit df7bbcfd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added log output for when the writing of the input HTTP request is successful

or unsuccessful. Used to track down the recent cygwin test suite problems.
parent 021d406f
No related branches found
No related tags found
No related merge requests found
......@@ -198,8 +198,11 @@ void storerequest(char *reqbuf)
fwrite(reqbuf, 1, strlen(reqbuf), dump);
fclose(dump);
logmsg("Wrote request input to " REQUEST_DUMP);
}
else {
logmsg("Failed to write request input to " REQUEST_DUMP);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment