Nitin Ramesh
Results
2
comments of
Nitin Ramesh
Looks like my API proxy was sending chunked response. But the terminating chunk wasn't sent properly, thus leading to the client to wait forever. Even though the chunk isn't terminated...
Any update on this ? It's only used in one [place](https://github.com/jfrog/gofrog/blob/master/fanout/readall_reader.go#L83), to add stacktrace to the error instance. Can't this simply be achieved using the `runtime` in-built module instead of...