w2dp opened a new pull request, #608:
URL: https://github.com/apache/skywalking-java/pull/608

   ### Fix <Fix an issue with the httpasyncclient component where the isError 
state is incorrect.>
   - [x] Add a unit test to verify that the fix works.
   - [x] Explain briefly why the bug exists and how to fix it.
   Normally, HTTP status codes below 400 should be marked as isError=false. 
However, due to a previous code migration, the isError state in the 
httpasyncclient component became inaccurate. It incorrectly marked isError=true 
even for HTTP status codes below 400.
   
   
   
   


-- 
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