1. 17 Apr, 2013 1 commit
  2. 05 Apr, 2013 1 commit
  3. 29 Mar, 2013 2 commits
    • Tatsuhiro Tsujikawa's avatar
      shrpx: Remove useless backend spdy version check · 34e119fd
      Tatsuhiro Tsujikawa authored
      It is unnecessary because spdy version at this point is always valid.
      34e119fd
    • Tatsuhiro Tsujikawa's avatar
      spdycat, shrpx: TLS SNI enhancements · a9f475fb
      Tatsuhiro Tsujikawa authored
      shrpx:
      * Added an option to set the TLS SNI extension between shrpx and the
        origin on the command line
      
      spdycat:
      * If the user set an explicit host header ( using --headers ) use that
        name for the TLS SNI extension.
      * Added the handshake completion time to the verbose output
      * The gettimeofday call in get_time was using the incorrect structure
        ( I believe )
      * In update_html_parser it was submitting the request regardless of
        the return value of add_request.
      
      Patch from Stephen Ludin
      a9f475fb
  4. 27 Mar, 2013 2 commits
  5. 24 Mar, 2013 2 commits
  6. 23 Mar, 2013 3 commits
  7. 10 Mar, 2013 5 commits
  8. 08 Mar, 2013 1 commit
  9. 07 Mar, 2013 5 commits
  10. 01 Mar, 2013 2 commits
  11. 28 Feb, 2013 2 commits
  12. 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
  13. 25 Feb, 2013 1 commit
  14. 22 Feb, 2013 4 commits
  15. 19 Feb, 2013 2 commits
  16. 17 Feb, 2013 1 commit
  17. 16 Feb, 2013 1 commit
  18. 15 Feb, 2013 1 commit
  19. 14 Feb, 2013 2 commits