mirror of
https://github.com/curl/curl.git
synced 2026-04-15 14:21:40 +03:00
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.
This commit is contained in:
parent
021d406f0c
commit
df7bbcfd21
1 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue