Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
6d29de0f
Commit
6d29de0f
authored
Sep 14, 2021
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error
parent
74162850
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/shrpx_http3_upstream.h
src/shrpx_http3_upstream.h
+1
-1
No files found.
src/shrpx_http3_upstream.h
View file @
6d29de0f
...
@@ -137,7 +137,7 @@ public:
...
@@ -137,7 +137,7 @@ public:
int
stream_close
(
int64_t
stream_id
,
uint64_t
app_error_code
);
int
stream_close
(
int64_t
stream_id
,
uint64_t
app_error_code
);
void
log_response_headers
(
Downstream
*
downstream
,
void
log_response_headers
(
Downstream
*
downstream
,
const
std
::
vector
<
nghttp3_nv
>
&
nva
)
const
;
const
std
::
vector
<
nghttp3_nv
>
&
nva
)
const
;
int
http_acked_stream_data
(
Downstream
*
downstream
,
uin64_t
datalen
);
int
http_acked_stream_data
(
Downstream
*
downstream
,
uin
t
64_t
datalen
);
int
http_shutdown_stream_read
(
int64_t
stream_id
);
int
http_shutdown_stream_read
(
int64_t
stream_id
);
int
http_reset_stream
(
int64_t
stream_id
,
uint64_t
app_error_code
);
int
http_reset_stream
(
int64_t
stream_id
,
uint64_t
app_error_code
);
int
http_send_stop_sending
(
int64_t
stream_id
,
uint64_t
app_error_code
);
int
http_send_stop_sending
(
int64_t
stream_id
,
uint64_t
app_error_code
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment