do not reuse errornous http connections
As soon as something goes wrong while querying a http server do not reuse the same connection again, its state is undefined. In addition, check the connection for feof() before reusing it.
Loading
Please register or sign in to comment