Commit 2007342
committed
BUG/MINOR: mux-h1: Use the right variable to set NEGO_FF_FL_EXACT_SIZE flag
Instead of setting this flag on the ones used for the zero-copy negociation,
it is set on the connection flags used for xprt->rcv_buf()
call. Fortunately, there is no real consequence. The only visible effect is
the chunk size that is written on 8 bytes for no reason.
This patch is related to issue #2598. It must be backported to 3.0.
(cherry picked from commit 7bff576)
Signed-off-by: Christopher Faulet <[email protected]>1 parent e4e7965 commit 2007342
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4862 | 4862 | | |
4863 | 4863 | | |
4864 | 4864 | | |
4865 | | - | |
| 4865 | + | |
4866 | 4866 | | |
4867 | 4867 | | |
4868 | 4868 | | |
| |||
0 commit comments