Commit 4c7488e
Fix splitting large messages in server
This commit fixes the following test case:
```
make -C deps/rabbit ct-amqp_dotnet t=cluster_size_1:fragmentation
```
Previously, the server sent a frame that was 1 byte too large.1 parent 567ddb8 commit 4c7488e
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2182 | 2182 | | |
2183 | 2183 | | |
2184 | 2184 | | |
2185 | | - | |
| 2185 | + | |
| 2186 | + | |
2186 | 2187 | | |
2187 | 2188 | | |
2188 | 2189 | | |
| |||
2332 | 2333 | | |
2333 | 2334 | | |
2334 | 2335 | | |
2335 | | - | |
| 2336 | + | |
| 2337 | + | |
2336 | 2338 | | |
2337 | 2339 | | |
2338 | 2340 | | |
| |||
0 commit comments