Re: Not able to handle early response for large payload in a POST request

2021-09-23 Thread Nitish Chitta
Thanks for the response, Oleg! Regards, Nitish On Thu, Sep 23, 2021 at 2:12 PM Oleg Kalnichevski wrote: > > > On 9/23/2021 9:21 AM, Nitish Chitta wrote: > > When I try to hit the server with the wrong credentials for basic > > authentication, I am getting a *socket-write exception* which

Re: Not able to handle early response for large payload in a POST request

2021-09-23 Thread Oleg Kalnichevski
On 9/23/2021 9:21 AM, Nitish Chitta wrote: When I try to hit the server with the wrong credentials for basic authentication, I am getting a *socket-write exception* which should ideally return a 401 status code. The server is closing the connection immediately after it finds the credentials

Not able to handle early response for large payload in a POST request

2021-09-23 Thread Nitish Chitta
When I try to hit the server with the wrong credentials for basic authentication, I am getting a *socket-write exception* which should ideally return a 401 status code. The server is closing the connection immediately after it finds the credentials incorrect while the client is still sending the