Skip to content

Commit

Permalink
NLB-3682: add ngxDirectConf to quic_bpf
Browse files Browse the repository at this point in the history
  • Loading branch information
xynicole committed Oct 4, 2023
1 parent 69cd689 commit 15b8913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ var directives = map[string][]uint{
ngxHTTPMainConf | ngxHTTPSrvConf | ngxConfTake1,
},
"quic_bpf": {
ngxMainConf | ngxConfFlag,
ngxMainConf | ngxDirectConf | ngxConfFlag,
},
"quic_gso": {
ngxHTTPMainConf | ngxHTTPSrvConf | ngxConfFlag,
Expand Down

0 comments on commit 15b8913

Please sign in to comment.