python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Setting SSL Parameters on Apache http5 Client
I am upgrading from Apache httpcomponents 4 to version 5 in order to get http2/http1.1 support. I need to specify the ciphers my client offers. I assume that H2/1.1 ALPN is the default behavior for th...
SteveB
Votes: 0
Answers: 1
isrequestSent() in httpcomponent-core5
How to know if the complete request has been sent over http using apache httpcomponent-core5 library. the same was available in httpcore-4 but the httpcorecontext "HTTP_REQ_SENT" has been re...
Rahul Kumar
Votes: 0
Answers: 0
SSLException, SocketException : Connection reset from Apache HttpClient
We are using Apache HttpClient library to call HTTP REST endpoints in the Spring application.
We are getting "Connection reset" error frequently now a days, We did not have any issue earlier...
balram rajput
Votes: 0
Answers: 1