We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HEAD requests are waiting until all bytes are sent from server
04-25 11:03:48.695 8606-8769/za.co.snapplify D/snappbox-debug: (0 ms) http://192.168.8.108/asset/5782240313/queue: preparing request 04-25 11:03:48.705 8606-8769/za.co.snapplify D/snappbox-debug: (0 ms) http://192.168.8.108/asset/5782240313/queue: preparing request 04-25 11:03:48.705 8606-8606/za.co.snapplify I/snappbox-debug: (0 ms) http://192.168.8.108/asset/5782240313/queue: Using loader: com.koushikdutta.ion.loader.HttpLoader@9d11c700 04-25 11:03:48.715 8606-8677/za.co.snapplify D/snappbox-debug: (0 ms) http://192.168.8.108/asset/5782240313/queue: Executing request. 04-25 11:03:48.725 8606-8677/za.co.snapplify D/snappbox-debug: (10 ms) http://192.168.8.108/asset/5782240313/queue: Reusing keep-alive socket 04-25 11:03:48.745 8606-8677/za.co.snapplify D/snappbox-debug: (31 ms) http://192.168.8.108/asset/5782240313/queue: Response is not cacheable 04-25 11:03:48.745 8606-8677/za.co.snapplify D/snappbox-debug: (32 ms) http://192.168.8.108/asset/5782240313/queue: Connection successful 04-25 11:04:48.795 8606-8677/za.co.snapplify E/snappbox-debug: (60086 ms) http://192.168.8.108/asset/5782240313/queue: exception during response 04-25 11:04:48.795 8606-8677/za.co.snapplify E/snappbox-debug: End of data reached before content length was read: 0/10801957 Paused: false com.koushikdutta.async.http.filter.PrematureDataEndException: End of data reached before content length was read: 0/10801957 Paused: false at com.koushikdutta.async.http.filter.ContentLengthFilter.report(ContentLengthFilter.java:15) at com.koushikdutta.async.FilteredDataEmitter$1.onCompleted(FilteredDataEmitter.java:24) at com.koushikdutta.async.AsyncNetworkSocket.reportEnd(AsyncNetworkSocket.java:241) at com.koushikdutta.async.AsyncNetworkSocket.reportEndPending(AsyncNetworkSocket.java:253) at com.koushikdutta.async.AsyncNetworkSocket.onReadable(AsyncNetworkSocket.java:170) at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:869) at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:717) at com.koushikdutta.async.AsyncServer.access$800(AsyncServer.java:46) at com.koushikdutta.async.AsyncServer$11.run(AsyncServer.java:671)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HEAD requests are waiting until all bytes are sent from server
The text was updated successfully, but these errors were encountered: