TCPIP_HTTP_CurrentConnectionDataBufferSizeGet Function
C
uint16_t TCPIP_HTTP_CurrentConnectionDataBufferSizeGet(
HTTP_CONN_HANDLE connHandle
);
Description
This function returns the size of the HTTP connection internal data buffer. This buffer is created at the HTTP initialization using the size specified in TCPIP_HTTP_MODULE_CONFIG.dataLen .
Preconditions
None.
Parameters
Parameters | Description |
---|---|
connHandle | HTTP connection handle. |
Returns
Size of the connection's general purpose data buffer.
Remarks
Currently the size of the buffer is the same for all connections. The connHandle parameter is not used.