| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 56dd734 commit bfc1ad0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -794,7 +794,6 @@ inline int Nghttp2Stream::SubmitFile(int fd, | |||
| 794 | 794 | DEBUG_HTTP2("Nghttp2Stream %d: submitting file\n", id_); | |
| 795 | 795 | getTrailers_ = options & STREAM_OPTION_GET_TRAILERS; | |
| 796 | 796 | nghttp2_data_provider prov; | |
| 797 | - prov.source.ptr = this; | ||
| 798 | 797 | prov.source.fd = fd; | |
| 799 | 798 | prov.read_callback = Nghttp2Session::OnStreamReadFD; | |
| 800 | 799 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments