whfjam opened a new issue #6305:
URL: https://github.com/apache/skywalking/issues/6305


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [*] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   In the enhancement of  httpasyncclient4.x because of the class 
SessionRequestImpl was not always be created(when reuse the connection),so the 
enhancement was failed when resuse the httpconnection。
   I have found a way to correct this problem by enhancing the class 
“org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl”  as it was 
always being created new,and i could get it from 
HttpAsyncRequestExecutor.requestReady so that i could use it to deliver the 
skywalkingdynamicfield。
   But the most important thing was that  the DefaultClientExchangeHandlerImpl 
is not “public”,i wonder if it is a right thing to enhance the class which is 
not “public” in skywalking。
   
   


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

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


Reply via email to