This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The following bitflags have been replaced with the following bitmasks inside the connection context. error : EVHTP_CONN_FLAG_ERROR owner : EVHTP_CONN_FLAG_OWNER vhost_via : EVHTP_CONN_FLAG_VHOST_VIA_SNI paused : EVHTP_CONN_FLAG_PAUSED connected : EVHTP_CONN_FLAG_CONNECTED waiting : EVHTP_CONN_FLAG_WAITING free : EVHTP_CONN_FLAG_FREE_CONN keepalive : EVHTP_CONN_FLAG_KEEPALIVE - Side effects: users should not notice any changes, these are mostly internal flags.
- Loading branch information
1 parent
71341d9
commit 087e9a7
Showing
2 changed files
with
71 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.