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 http-100 request is detected as NOSUPPORT #393

Merged
merged 4 commits into from
Dec 13, 2022

Conversation

hocktea214
Copy link
Collaborator

Signed-off-by: huxiangyuan huxiangyuan@harmonycloud.cn

Description

A big request is splitted to 100-continue requests, only the first request is detected as http, others are detected as NOSUPPORT

Related Issue

Parse HTTP protocol bug with the response status code 100 #388

Motivation and Context

How Has This Been Tested?

Add testCase TestHttpProtocol/continueData for HTTP/100

=== RUN TestHttpProtocol/continueData
--- PASS: TestHttpProtocol (0.01s)
--- PASS: TestHttpProtocol/continueData (0.00s)

Signed-off-by: huxiangyuan <huxiangyuan@harmonycloud.cn>
@hocktea214 hocktea214 requested a review from dxsup December 13, 2022 07:31
Signed-off-by: huxiangyuan <huxiangyuan@harmonycloud.cn>
Signed-off-by: huxiangyuan <huxiangyuan@harmonycloud.cn>
dxsup
dxsup previously approved these changes Dec 13, 2022
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.

2 participants