lib/curl/Request: move catch clause out of FinishHeaders

Let the caller decide what to do with the exception.
This commit is contained in:
Max Kellermann
2017-01-08 14:30:34 +01:00
parent 13b85edbe2
commit 1bab6d0dd7
2 changed files with 12 additions and 17 deletions

View File

@@ -115,7 +115,7 @@ private:
*/
void FreeEasy();
bool FinishHeaders();
void FinishHeaders();
void FinishBody();
size_t DataReceived(const void *ptr, size_t size);