Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed issue with GET parameters not being passed correctly in HEAD requests #419

Merged
merged 1 commit into from
May 12, 2023

Conversation

jingu
Copy link
Member

@jingu jingu commented May 12, 2023

GETクエリが含まれるURLに対してHEADリクエストを発行すると、GETクエリが正常に指定されない問題を修正しました。

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2bb73ef) 99.87% compared to head (de4d1a2) 99.87%.

Additional details and impacted files
@@            Coverage Diff            @@
##                1.x     #419   +/-   ##
=========================================
  Coverage     99.87%   99.87%           
- Complexity      243      244    +1     
=========================================
  Files            54       54           
  Lines           816      816           
=========================================
  Hits            815      815           
  Misses            1        1           
Impacted Files Coverage Δ
src/Provide/Router/HttpMethodParams.php 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@koriym koriym merged commit f377e76 into bearsunday:1.x May 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants