-
Notifications
You must be signed in to change notification settings - Fork 13
NPE thrown by AbstractSingleProcessor #3
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
Comments
@sdeleuze the test times out before completing, and it cancels the subscription, which causes the NPE. I was never able to fail your test locally, as 5 seconds were more than enough to upload the large file, but reducing the timeout to 50 milliseconds reproduced the NPE. I have fixed a couple of bugs and added a guard for the NPE. Can you try the latest code (0.9.2-SNAPSHOT) ? |
Sure, but where can I find snapshots? I can't find a |
@sdeleuze good point :) |
@sdeleuze you can find the snapshot at this repository: |
I confirm that |
@sdeleuze I released 0.9.2 in Maven Central. |
When running
JettyWebClientIntegrationTests#shouldSendLargeTextFile
test from this repro project, aNullPointerException
is thrown. The same test is green with Reactor Netty and the new JDK HTTP client (and Reactor is validated against Reactive Streams TCK).Could you please check if there is something to fix on Jetty side, and maybe plan TCK validation of the RS infrastructure provided with this project when you will have some free cycle?
The text was updated successfully, but these errors were encountered: