• Tatsuhiro Tsujikawa's avatar
    nghttpx: Adjust TLS record size dynamically · f8c70993
    Tatsuhiro Tsujikawa authored
    Use the same behaviour the current Google server does: start with 1300
    TLS record size and after transmitting 1MiB, change record size to
    16384.  After 1 second idle time, reset to 1300.  Only applies to
    HTTP/2 and SPDY upstream connections.
    f8c70993
util.cc 14.7 KB