Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jan 31, 2024
1 parent 9383298 commit 685b4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/puppy/platforms/win32/platform.nim
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ proc internalFetch*(req: Request): Response {.raises: [PuppyError].} =
openRequestFlags = openRequestFlags or WINHTTP_FLAG_SECURE

var objectName = req.url.path
if req.url.search != "":
objectName &= "?" & req.url.search
if req.url.query.len > 0:
objectName &= "?" & $req.url.query

let
wideVerb = req.verb.toUpperAscii().wstr()
Expand Down

0 comments on commit 685b4b9

Please sign in to comment.