Commit 7296cb7d authored by gejun's avatar gejun

Add EH2RUNOUTSTREAMS

parent f092f18a
...@@ -21,6 +21,7 @@ enum Errno { ...@@ -21,6 +21,7 @@ enum Errno {
EEOF = 1014; // Got EOF EEOF = 1014; // Got EOF
EUNUSED = 1015; // The socket was not needed EUNUSED = 1015; // The socket was not needed
ESSL = 1016; // SSL related error ESSL = 1016; // SSL related error
EH2RUNOUTSTREAMS = 1017; // The H2 socket was run out of streams
// Errno caused by server // Errno caused by server
EINTERNAL = 2001; // Internal Server Error EINTERNAL = 2001; // Internal Server Error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment