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

Fixing things I screwed up with evhtp. #1462

Closed
wants to merge 1 commit into from
Closed

Fixing things I screwed up with evhtp. #1462

wants to merge 1 commit into from

Conversation

errzey
Copy link

@errzey errzey commented Nov 29, 2015

  • By screwing up, I mean, a total lack of communication about this change. And I
    wasn't aware of th problem until just now. But that's no excuse.

    The semi-explaination I posted the problem and solution here:
    Self-compiled Seafile fileserver does not respond, web downloads hang #1119

    Which links to another 500 page issue that caused the logic to change, ever so
    slightly, an issue that sneaks up on you if unaware (thus my apologies for the
    lack of communication)

    Kinda like the day I broke tor.

    Gist is, you can get into a state of hung connections if you send data right ifter a
    resume. You have to treat it like pending data, then emit it to get the event
    loop rolling again.

    I'm pretty sure this should fix the problem, if not, we have some more safety
    nets in our develop tree which may further fix the bugginess of resumption +
    pipelining.

- By screwing up, I mean, a total lack of communication about this change. And I
  wasn't aware of th problem until just now. But that's no excuse.

  The semi-explaination I posted here: explaination can be found here:
  #1119

  Which links to another 500 page issue that caused the logic to change, ever so
  slightly, an issue that sneaks up on you if unaware (thus my apologies for the
  lack of communication)

  Kinda like the day I broke tor.

  Gist is, you can get into a state of hung connections if you send data right ifter a
  resume. You have to treat it like pending data, then emit it to get the event
  loop rolling again.

  I'm pretty sure this should fix the problem, if not, we have some more safety
  nets in our develop tree which may further the bugginess of resumption +
  pipelining.
@Ultima1252
Copy link

Have already tested this change yesterday and unfortunately the problem persists.

@errzey
Copy link
Author

errzey commented Nov 29, 2015

Next parch in a bit

On Sun, Nov 29, 2015 at 6:53 AM Ultima1252 notifications@github.com wrote:

Have already tested this change yesterday and unfortunately the problem
persists.


Reply to this email directly or view it on GitHub
#1462 (comment).

@freeplant freeplant closed this Oct 30, 2018
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