1. 27 Mar, 2013 1 commit
  2. 24 Mar, 2013 2 commits
  3. 23 Mar, 2013 3 commits
  4. 10 Mar, 2013 5 commits
  5. 08 Mar, 2013 1 commit
  6. 07 Mar, 2013 5 commits
  7. 01 Mar, 2013 2 commits
  8. 28 Feb, 2013 2 commits
  9. 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
  10. 25 Feb, 2013 1 commit
  11. 22 Feb, 2013 4 commits
  12. 19 Feb, 2013 2 commits
  13. 17 Feb, 2013 1 commit
  14. 16 Feb, 2013 1 commit
  15. 15 Feb, 2013 1 commit
  16. 14 Feb, 2013 5 commits
  17. 13 Feb, 2013 1 commit
  18. 11 Feb, 2013 1 commit