JoaoJandre opened a new pull request #5983:
URL: https://github.com/apache/cloudstack/pull/5983


   ### Description
   
   When I was trying to upload volumes using CloudMonkey + cURL, the upload 
would always timeout and the SSVM would not receive the volume's data, even 
though it was receiving the HTTP headers. By adding this log line, it was 
possible to find out that cURL sends, by default, a 'Expect: 100-continue' with 
the HTTP request, and then wait the SSVM response, which never happens. 
Therefore, this PR proposes to add this log line in case any problems like that 
in the future happens, they would be more easily discovered by enabling the 
TRACE log level in the SSVM.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [X] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [X] Trivial
   
   ### How Has This Been Tested?
   Uploaded volumes using CMK + cURL and read the SSVM's log files.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to