forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit685810c
committed
More efficient fileserver example.
This commit makes the fileserver example moreefficient by eliminating the need for copyingthe data into multiple buffers and usingthe newly implemented less-copying overload forwriting to connections.1 parent8f2276b commit685810c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
|
0 commit comments
Comments
(0)