Skip to content
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

[WEJBHTTP-45] At WildflyClientOutputStream, do not flip the pooled bu… #41

Merged
merged 1 commit into from
Jul 8, 2020

Commits on Jul 8, 2020

  1. [WEJBHTTP-45] At WildflyClientOutputStream, do not flip the pooled bu…

    …ffer at runWriteTask(), do so at the listener's invocation instead, or else you risk having it being run twice.
    
    Also, shutdownWrites if everything is written in case pooled buffer has no remaining bytes to write (equivalent to writeFinal in the else block).
    fl4via committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    074a6ca View commit details
    Browse the repository at this point in the history