You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP/2 should offer builtin multiplexing and avoid the need for custom pipelining implementation. In the ideal case merely changing the protocol to HTTP/2 should remove the latency issue.
There might still be buffer size problem with Go's HTTP2 implementation: golang/go#47840
Load testing will be needed against real Datadog API.
The text was updated successfully, but these errors were encountered:
HTTP/2 should offer builtin multiplexing and avoid the need for custom pipelining implementation. In the ideal case merely changing the protocol to HTTP/2 should remove the latency issue.
There might still be buffer size problem with Go's HTTP2 implementation: golang/go#47840
Load testing will be needed against real Datadog API.
The text was updated successfully, but these errors were encountered: