-
Enhancement
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
The http client sends headers and the request body in separate packets. This can cause additional slowness with any network latency, particularly with TCP_NODELAY not being enabled or configurable (WEJBHTTP-144) . The split packet is from the headers first writing here, calling processWrite without a gathering write. The response body is passed in to the HttpRequestConduit.write but only gets written out right after the headers here. Would we consider passing on the srcs data to the processWrite call so we can write both headers and the available body at once in a single packet?
- clones
-
JBEAP-27756 [GSS](7.4.z) WEJBHTTP-143 - Packet split of request in EJB over HTTP adds additional latency
- Open
- is cloned by
-
WEJBHTTP-143 Packet split of request in EJB over HTTP adds additional latency
- Coding In Progress
- is incorporated by
-
JBEAP-28133 (8.0.z) Upgrade WildFly Http Client from 2.0.7.Final to 2.0.8.Final
- New
- relates to
-
JBEAP-27759 [GSS](8.0.z) WEJBHTTP-144 - Allow additional TCP configurations like TCP_NODELAY
- New