• ericdreeves's avatar
    Fix read timeout and add default timeout values. · b8722d9a
    ericdreeves authored
    By setting the read deadline in streamReader.Read(), the deadline was
    extended by the read timeout on each subsequent call. To avoid this, the
    deadline is set in FCGIClient.Request(), before the first read occurs.
    
    See #1094.
    b8722d9a
setup.go 3.91 KB