You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same problem for elasticsearch 6.2.0, quick fix is modify it to look for "content-length". However, HTTP protocol states that: headers are case insensitive (RFC 7230) so it should be handled properly.
Code looks for string "Content-Length" in the response header, but received header shows "content-length".
The text was updated successfully, but these errors were encountered: