An error occurred fetching the project authors.
  1. 09 Dec, 2012 1 commit
    • Tatsuhiro Tsujikawa's avatar
      shrpx: Log format change · bbf6c185
      Tatsuhiro Tsujikawa authored
      Added macros which log messages from the following components are
      prefixed with their component name + object pointer address:
      
      ListenHandler: LISTEN
      ThreadEventReceiver: THREAD_RECV
      Upstream: UPSTREAM
      Downstream: DOWNSTREAM
      DownstreamConnection: DCONN
      SpdySession: DSPDY
      bbf6c185
  2. 21 Nov, 2012 1 commit
  3. 20 Nov, 2012 1 commit
  4. 18 Nov, 2012 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Add --client-mode option · 026f4ca3
      Tatsuhiro Tsujikawa authored
      With --client-mode option, shrpx now accepts unencrypted HTTP
      connections and communicates with backend server in SPDY.  In short,
      this is the "reversed" operation mode against normal mode.  This may
      be useful for testing purpose because it can sit between HTTP client
      and shrpx "normal" mode.
      026f4ca3