• Tw's avatar
    proxy: fix TestReverseProxy failure on go tip (#1360) · ecf852ea
    Tw authored
    Because of this commit(6e36811c37399d60cbce587b7c48e611009c5aec) on go tip,
    it will probe the request's body to determine whether to use chunked transfer
    encoding which trailers depend on it.
    So we just offer a non empty body to make trailers work.
    
    fix issue #1359
    Signed-off-by: default avatarTw <tw19881113@gmail.com>
    ecf852ea
proxy_test.go 31.9 KB