Skip to content

bug fix#4

Open
amdfxlucas wants to merge 1 commit into
cbodley:masterfrom
amdfxlucas:master
Open

bug fix#4
amdfxlucas wants to merge 1 commit into
cbodley:masterfrom
amdfxlucas:master

Conversation

@amdfxlucas

Copy link
Copy Markdown
  • connection_state::open::incoming_streams was uninitialized
    ( connection erroneously couldnt accept streams because circular buffer wrongly deemed full (capacity zero) )

  • reading from stream never returned EOF after peer shutdown its end for write

- connection_state::open::incoming_streams was uninitialized
- reading from stream never returned EOF
after peer shutdown its end for write
@nmgwddj

nmgwddj commented Nov 22, 2023

Copy link
Copy Markdown

Indeed, the client did not respond in any way after being notified of the server disconnection, which can be resolved by applying this fix.

@cbodley

cbodley commented Nov 22, 2023

Copy link
Copy Markdown
Owner

thanks @amdfxlucas @nmgwddj. i haven't been working on this library, but i'm happy to merge under the conditions that you:

  • update the changes to be consistent with the existing coding style (indentation, spacing, braces)
  • add a test case that exercises this bug/fix

@cbodley

cbodley commented Nov 23, 2023

Copy link
Copy Markdown
Owner

i'm happy to review additional changes, but please open a separate pull request for each feature, with commit messages that describe the changes and their motivation

@amdfxlucas

Copy link
Copy Markdown
Author

oops, pushed to wrong branch. Didnt want those commits to show up here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants