Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Jun 20, 2024
1 parent 69453d8 commit 9c64041
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def collect_request_attributes(scope, sem_conv_opt_in_mode=_HTTPStabilityMode.DE
_set_http_flavor_version(result, flavor, sem_conv_opt_in_mode)
path = scope.get("path")
if path:
target = path
if query_string:
target = path + query_string
_set_http_target(result, target, path, query_string, sem_conv_opt_in_mode)
Expand Down

0 comments on commit 9c64041

Please sign in to comment.