X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fustream-ssl.git;a=blobdiff_plain;f=ustream-ssl.c;h=346a53fdd2bc938b1c492cdcfbd7b39326eb6a81;hp=4526db082e4362d1479cb9c7b6e1258ea394ac60;hb=14fa00e3fe1ca61fcc546ee18976ec23fbe62d74;hpb=1631251205bbc10a8835c9312809def7ab7a45a3 diff --git a/ustream-ssl.c b/ustream-ssl.c index 4526db0..346a53f 100644 --- a/ustream-ssl.c +++ b/ustream-ssl.c @@ -41,6 +41,7 @@ static void ustream_ssl_check_conn(struct ustream_ssl *us) us->connected = true; if (us->notify_connected) us->notify_connected(us); + ustream_write_pending(&us->stream); } }