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 think that in the method com.machinepublishers.jbrowserdriver.ResponseHandler.handleResponse we should return if the content-length of the response is 0, and do not read any input stream.
The text was updated successfully, but these errors were encountered:
Hi,
I see java.io.EOFException in the console when I execute the following code:
` JBrowserDriver driver = new JBrowserDriver();
Console output:
Debugging this issue, I can see one of the urls returning gzip encoding with content-length 0.
I think that in the method com.machinepublishers.jbrowserdriver.ResponseHandler.handleResponse we should return if the content-length of the response is 0, and do not read any input stream.
The text was updated successfully, but these errors were encountered: