http: call ustream_poll if not enough read data is available
authorFelix Fietkau <nbd@nbd.name>
Wed, 27 Mar 2024 21:29:38 +0000 (22:29 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 29 Mar 2024 14:09:36 +0000 (15:09 +0100)
commit352fb3eeb40846d576e942ed2674fde052b2d81c
tree3480a5448a92d0457cb53d40de6affcb749b4b73
parentb6e5548a3ecc562db4c8d5356bdfd9a3fa5e59f8
http: call ustream_poll if not enough read data is available

Avoids having to go through another uloop notification for the next read.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
uclient-http.c