-
Notifications
You must be signed in to change notification settings - Fork 4
setReuse feature #12
Comments
Hi @rjjrbatarao Thanks for your nice words and the enhancement request. I already found out and fixed the issue, and will release a new version within today. It won't reconnect if already connected, certainly after verifying the same host and port. Even though your issue is a good one, I almost ignored it because the issue was opened without MRE. Luckily, I changed my mind before pressing the button. Hopefully you'll do it correctly next time. Best Regards, |
This is the test debug showing no more connect attempt to the same host:port
|
Hi @rjjrbatarao The new AsyncHTTPSRequest_Generic v2.1.3 has just been released. Your contribution is noted in Contributions and Thanks. Please test and report any more issue or enhancement. Best Regards, Releases v2.1.3
|
### Releases v1.9.2 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12) 2. Update `Packages' Patches`
### Releases v1.9.2 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12) 2. Update `Packages' Patches`
### Releases v1.9.2 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12) 2. Update `Packages' Patches`
### Releases v1.3.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12) 2. Update `Packages' Patches`
1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12) 2. Update `Packages' Patches`
### Releases v1.8.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12)
### Releases v1.8.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12)
### Releases v1.8.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12)
### Release v1.1.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12)
### Release v1.1.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12)
### Release v1.1.1 1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](khoih-prog/AsyncHTTPSRequest_Generic#12)
Wow thank you very much for the feature your the Man!, I'll definitely will follow the MRE next time, I'll test it with my current code and report how it goes. |
This library is great, one problem though when connecting twice on the same host takes a long time, I was wondering if theres a feature you could add to reuse the connection to avoid doing ssl handshake again, this could reduce the request time significantly on second request.
The text was updated successfully, but these errors were encountered: