You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2020/04/06 13:42:20 UTC

[Bug 64317] org.apache.tomcat.util.net.TestSsl testPost() test failing on Windows

https://bz.apache.org/bugzilla/show_bug.cgi?id=64317

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Created attachment 37147
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37147&action=edit
01_TEST-org.apache.tomcat.util.net.TestSsl.NIO2.txt

Out of 4 NIO2 failures, this kind of failure occurred only once.


The error here:
Byte in position [10217184] had value [-1] rather than 1

Notes:
1) Message formatting may be improved.
- There is no LF after the message (it uses print() instead of println()(.
- There are no '[' ']' around '1'.

2) This error means that the servlet echoed less data than expected (10 Mb
instead of 16 Mb), and completed it as a normal response, without any sign of
an error.

Why?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org