-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Transfer-encoding: chunked and stuff. #7
base: master
Are you sure you want to change the base?
Conversation
…ns. (JDK8 precision is millis and JDK9+ is nano precision) Fixed some javadoc warnings reported in the build.
…tHostName() in case of lag getting hostname. Should sort out those random errors where the dates differ more than 1 second in 2 unittests.
Since the payload digest can either be the whole payload or the unchunked data.
Added some constants.
There is a small problem that the code does not run correctly with Java 8 runtime - but neither does it fail in an immediately obvious way. This can be solved by upgrading the maven-compiler-plugin to 3.11.0 and replacing
with
|
I always compile using oracle jdk8. Are you using openjdk8 by any change. |
I was compiling under Java 11. |
Added some profiles so JDK8 classes should now be produced when using JDK8-21. |
No description provided.