Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nginx-otel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
thirdparty
nginx-otel
Commits
021d968e
Commit
021d968e
authored
1 year ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Work around lack of ngx_table_elt_t.next
parent
a6e29193
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#58642
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/http_module.cpp
+1
-1
1 addition, 1 deletion
src/http_module.cpp
with
1 addition
and
1 deletion
src/http_module.cpp
+
1
−
1
View file @
021d968e
...
...
@@ -251,7 +251,7 @@ ngx_int_t setHeader(ngx_http_request_t* r, StrView name, StrView value)
header
->
hash
=
hash
;
header
->
key
=
toNgxStr
(
name
);
header
->
lowcase_key
=
header
->
key
.
data
;
header
->
next
=
NULL
;
//
header->next = NULL;
}
header
->
value
=
toNgxStr
(
value
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment