| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a4d910c commit 0b828e5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1048,24 +1048,6 @@ class Http2Session : public AsyncWrap { | |||
| 1048 | 1048 | int lib_error_code, | |
| 1049 | 1049 | void* user_data); | |
| 1050 | 1050 | ||
| 1051 | - | ||
| 1052 | - static inline ssize_t OnStreamReadFD( | ||
| 1053 | - nghttp2_session* session, | ||
| 1054 | - int32_t id, | ||
| 1055 | - uint8_t* buf, | ||
| 1056 | - size_t length, | ||
| 1057 | - uint32_t* flags, | ||
| 1058 | - nghttp2_data_source* source, | ||
| 1059 | - void* user_data); | ||
| 1060 | - static inline ssize_t OnStreamRead( | ||
| 1061 | - nghttp2_session* session, | ||
| 1062 | - int32_t id, | ||
| 1063 | - uint8_t* buf, | ||
| 1064 | - size_t length, | ||
| 1065 | - uint32_t* flags, | ||
| 1066 | - nghttp2_data_source* source, | ||
| 1067 | - void* user_data); | ||
| 1068 | - | ||
| 1069 | 1051 | struct Callbacks { | |
| 1070 | 1052 | inline explicit Callbacks(bool kHasGetPaddingCallback); | |
| 1071 | 1053 | inline ~Callbacks(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments