https://bz.apache.org/bugzilla/show_bug.cgi?id=66649

--- Comment #2 from Barnim Dzwillo <dzwi...@strato.de> ---
I can try this patch, but at first glance it looks as if this will 
not help for this situation:

- rv = h2_c1_io_assure_flushed(&session->io) will check for
  'if (h2_c1_io_pending(io) || io->unflushed)', and this will check
  '!APR_BRIGADE_EMPTY(io->output) || (io->scratch && io->slen > 0);'

- In the attached traces APR_BRIGADE_EMPTY(io->output) is always empty.
  io->scratch is always NULL and io->slen is 0. io->unflushed is also 0.

  So I think h2_c1_io_assure_flushed() will always return APR_SUCCESS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to