1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-04-19 11:02:13 +03:00
libhttp/doc/api/httplib_close_connection.md
2016-12-13 13:21:21 +01:00

622 B

LibHTTP API Reference

httplib_close_connection( conn );

Parameters

Parameter Type Description
conn struct httplib_connection * The connection which must be closed

Return Value

none

Description

The function httplib_close_connection() is used to close a connection which was opened with the httplib_download() function. Use of this function to close a connection which was opened in another way is undocumented and may give unexpected results.

See Also