Import Upstream version 1.0.34
This commit is contained in:
parent
5969674c46
commit
b28bb7b29b
36 changed files with 878 additions and 1106 deletions
|
|
@ -49,7 +49,7 @@ bool send_pong(connection_t *c) {
|
|||
bool pong_h(connection_t *c) {
|
||||
c->status.pinged = false;
|
||||
|
||||
/* Succesful connection, reset timeout if this is an outgoing connection. */
|
||||
/* Successful connection, reset timeout if this is an outgoing connection. */
|
||||
|
||||
if(c->outgoing) {
|
||||
c->outgoing->timeout = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue