Differences From Artifact [9f816484df]:
- File src/http_socket.c — part of check-in [7014c2ddf1] at 2018-08-07 23:01:34 on branch trunk — Fix harmless compiler warning. (user: mistachkin size: 6993) [more...]
To Artifact [0b540bebf5]:
- File src/http_socket.c — part of check-in [d0fa9eee56] at 2018-10-19 22:12:41 on branch trunk — Use a signed type to avoid an infinite loop in socket_send(); socket_receive() is already fine. (user: andybradford size: 6994)
︙ | |||
194 195 196 197 198 199 200 | 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | - + | return rc; } /* ** Send content out over the open socket connection. */ size_t socket_send(void *NotUsed, const void *pContent, size_t N){ |
︙ |