Skip to content
Snippets Groups Projects
  1. Apr 16, 2021
    • Tomas Krizek's avatar
      daemon/http: improve handling of stream errors · 2cdec753
      Tomas Krizek authored and Lukas Jezek's avatar Lukas Jezek committed
      The on_frame_recv() callback ins't guaranteed to be called by nghttp2.
      This can happen e.g. in a case when nghttp2 issues a PROTOCOL_ERROR
      RST_STREAM frame. Previously, it would leave the connection in a
      stream-processing state, making it completely useless.
      
      While this guarantees a cleanup will be called eventually, some streams
      may still get ignored due to the order of various callbacks and data
      processing procedures. Still, it's better than the previous
      implementation.
      Unverified
      2cdec753
  2. Apr 14, 2021
  3. Apr 10, 2021
  4. Apr 08, 2021
  5. Mar 31, 2021
  6. Mar 30, 2021
  7. Mar 27, 2021
  8. Mar 26, 2021
  9. Mar 24, 2021
  10. Mar 19, 2021
  11. Mar 17, 2021
Loading