mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
CLEANUP: Fix a typo in the connection subsystem
Fixes a typo in the code comments of the connection subsystem.
This commit is contained in:
parent
3b4e8e118f
commit
8a95a6e5ed
@ -87,7 +87,7 @@ enum {
|
||||
* the stream-interface :
|
||||
*/
|
||||
CS_FL_NOT_FIRST = 0x00100000, /* this stream is not the first one */
|
||||
CS_FL_READ_PARTIAL = 0x00200000, /* some data were received (not necessarly xferred) */
|
||||
CS_FL_READ_PARTIAL = 0x00200000, /* some data were received (not necessarily xferred) */
|
||||
};
|
||||
|
||||
/* cs_shutr() modes */
|
||||
|
Loading…
Reference in New Issue
Block a user