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
ad13e566
Commit
ad13e566
authored
May 25, 2012
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused variable
parent
e13152c0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
lib/spdylay_buffer.c
lib/spdylay_buffer.c
+0
-1
lib/spdylay_frame.c
lib/spdylay_frame.c
+0
-1
lib/spdylay_session.c
lib/spdylay_session.c
+0
-1
No files found.
lib/spdylay_buffer.c
View file @
ad13e566
...
...
@@ -106,7 +106,6 @@ int spdylay_buffer_write(spdylay_buffer *buffer, const uint8_t *data,
size_t
len
)
{
int
rv
;
size_t
i
;
while
(
len
)
{
size_t
writelen
;
if
(
spdylay_buffer_avail
(
buffer
)
==
0
)
{
...
...
lib/spdylay_frame.c
View file @
ad13e566
...
...
@@ -696,7 +696,6 @@ int spdylay_frame_unpack_syn_stream_without_nv(spdylay_syn_stream *frame,
const
uint8_t
*
payload
,
size_t
payloadlen
)
{
int
r
;
spdylay_frame_unpack_ctrl_hd
(
&
frame
->
hd
,
head
);
if
(
headlen
+
payloadlen
!=
SPDYLAY_SYN_STREAM_NV_OFFSET
)
{
return
SPDYLAY_ERR_INVALID_FRAME
;
...
...
lib/spdylay_session.c
View file @
ad13e566
...
...
@@ -2456,7 +2456,6 @@ ssize_t spdylay_session_mem_recv(spdylay_session *session,
while
(
1
)
{
ssize_t
r
;
if
(
session
->
iframe
.
state
==
SPDYLAY_RECV_HEAD
)
{
uint32_t
payloadlen
;
size_t
remheadbytes
;
size_t
readlen
;
size_t
bufavail
=
inlimit
-
inmark
;
...
...
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