1. 23 Mar, 2013 2 commits
  2. 10 Mar, 2013 5 commits
  3. 08 Mar, 2013 1 commit
  4. 07 Mar, 2013 5 commits
  5. 01 Mar, 2013 2 commits
  6. 28 Feb, 2013 2 commits
  7. 27 Feb, 2013 2 commits
    • Tatsuhiro Tsujikawa's avatar
      shrpx: Fix WINDOW_UPDATE may block until SpdyUpstream::send() · da36fc39
      Tatsuhiro Tsujikawa authored
      spdy_data_read_callback in SpdyDownstreamConnection calls
      SpdyUpstream::resume_read() which submits WINDOW_UPDATE, but after
      that they are not call SpdyUpstream::send(). This means that if no
      pending outgoing data in upstream, then WINDOW_UPDATE is blocked until
      SpdyUpstream::send() from somewhere. This change adds
      SpdyUpstream::send() to resume_read() so that WINDOW_UPDATE is not
      blocked.
      da36fc39
    • Tatsuhiro Tsujikawa's avatar
      shrpx: Fix blocking upstream RST_STREAM and propagate REFUSED_STREAM · 7b3f57ce
      Tatsuhiro Tsujikawa authored
      This change fixes upstream RST_STREAM is blocked until
      SpdyUpstream::send() is called. Now downstream REFUSED_STREAM is
      propagated to upstream client so that client can reset request.  The
      RST_STREAM error code when downstream went wrong is changed from
      CANCEL to INTERNAL_ERROR.
      7b3f57ce
  8. 25 Feb, 2013 1 commit
  9. 22 Feb, 2013 4 commits
  10. 19 Feb, 2013 2 commits
  11. 17 Feb, 2013 1 commit
  12. 16 Feb, 2013 1 commit
  13. 15 Feb, 2013 1 commit
  14. 14 Feb, 2013 5 commits
  15. 13 Feb, 2013 1 commit
  16. 11 Feb, 2013 2 commits
  17. 10 Feb, 2013 3 commits