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

H2 stream AsyncIterator non-sendable on 5.7 #405

Commits on Jul 4, 2023

  1. H2 stream AsyncIterator non-sendable on 5.7

    Motivation:
    
    Marking `NIOHTTP2InboundStreamChannels.AsyncIterator` as non-sendable
    fails to compile on 5.6 however implicitly non-sendable will do, this is
    a nice-to-have.
    
    Modifications:
    
    Move the non-sendable annotation to only apply >= 5.7
    
    Result:
    
    `NIOHTTP2InboundStreamChannels.AsyncIterator` is implicitly non-sendable
    on 5.6
    rnro committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4334272 View commit details
    Browse the repository at this point in the history