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 proxy OK response #525

Merged
merged 1 commit into from
Aug 7, 2017
Merged

fix HTTP proxy OK response #525

merged 1 commit into from
Aug 7, 2017

Conversation

valture
Copy link
Contributor

@valture valture commented Aug 3, 2017

According to RFC 2616

HTTP/1.1 defines the sequence CR LF as the end-of-line marker for all
protocol elements except the entity-body (see appendix 19.3 for
tolerant applications).

@codecov
Copy link

codecov bot commented Aug 3, 2017

Codecov Report

Merging #525 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #525   +/-   ##
=======================================
  Coverage   71.96%   71.96%           
=======================================
  Files         187      187           
  Lines        8528     8528           
=======================================
  Hits         6137     6137           
+ Misses       1847     1844    -3     
- Partials      544      547    +3
Impacted Files Coverage Δ
proxy/http/server.go 56.47% <100%> (-1.18%) ⬇️
proxy/shadowsocks/server.go 60% <0%> (-4.35%) ⬇️
proxy/shadowsocks/client.go 74.46% <0%> (ø) ⬆️
app/proxyman/mux/mux.go 69.49% <0%> (+0.84%) ⬆️
proxy/socks/server.go 79.43% <0%> (+1.86%) ⬆️
common/buf/buffered_writer.go 88.57% <0%> (+2.85%) ⬆️
proxy/socks/client.go 82.6% <0%> (+2.89%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21284fb...2058920. Read the comment docs.

@DarienRaymond DarienRaymond merged commit 79e7d46 into v2ray:master Aug 7, 2017
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.

None yet

2 participants