This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="US-ASCII"?> | |
| <testcase> | |
| <info> | |
| <keywords> | |
| HTTP | |
| HTTP GET | |
| </keywords> | |
| </info> | |
| # Server-side | |
| <reply> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/tool_operate.c b/src/tool_operate.c | |
| index f402c3f055..3e6038d9a6 100644 | |
| --- a/src/tool_operate.c | |
| +++ b/src/tool_operate.c | |
| @@ -854,10 +854,11 @@ static CURLcode post_close_output(struct per_transfer *per, | |
| int rc; | |
| /* Close the outs file */ | |
| if(outs->fopened && outs->stream) { | |
| rc = curlx_fclose(outs->stream); |
OlderNewer