Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(server): handle query params in uWS #786

Merged
merged 1 commit into from
Aug 24, 2023
Merged

fix(server): handle query params in uWS #786

merged 1 commit into from
Aug 24, 2023

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented Aug 24, 2023

Fixes #783

@github-actions
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@whatwg-node/server 0.9.13-alpha-20230824092011-9c5bc4c npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

✅ Benchmark Results

     ✓ no-errors
     ✓ expected-result

     checks.........................: 100.00% ✓ 361038     ✗ 0     
     data_received..................: 36 MB   1.2 MB/s
     data_sent......................: 14 MB   481 kB/s
     http_req_blocked...............: avg=1.17µs   min=700ns    med=1µs      max=1.05ms   p(90)=1.4µs    p(95)=1.6µs   
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=134.29µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=107.59µs min=62.69µs  med=94.79µs  max=20.57ms  p(90)=126.59µs p(95)=141.09µs
       { expected_response:true }...: avg=107.59µs min=62.69µs  med=94.79µs  max=20.57ms  p(90)=126.59µs p(95)=141.09µs
     http_req_failed................: 0.00%   ✓ 0          ✗ 180519
     http_req_receiving.............: avg=17.85µs  min=9.29µs   med=15.89µs  max=9.73ms   p(90)=24.6µs   p(95)=27µs    
     http_req_sending...............: avg=5.67µs   min=3.6µs    med=4.5µs    max=12.11ms  p(90)=6.1µs    p(95)=8.1µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=84.05µs  min=48.09µs  med=73.59µs  max=20.5ms   p(90)=99.29µs  p(95)=112.49µs
     http_reqs......................: 180519  6017.05782/s
     iteration_duration.............: avg=161.86µs min=102.69µs med=143.49µs max=20.7ms   p(90)=186.19µs p(95)=204.79µs
     iterations.....................: 180519  6017.05782/s
     vus............................: 1       min=1        max=1   
     vus_max........................: 1       min=1        max=1   

@ardatan ardatan merged commit a254e88 into master Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing QueryParams when using uwebsockets.js
1 participant