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

Add verification of the boundary #615

Merged
merged 1 commit into from Nov 2, 2020
Merged

Add verification of the boundary #615

merged 1 commit into from Nov 2, 2020

Conversation

christopher-dG
Copy link
Member

As specified here: https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html

boundary := 0*69<bchars> bcharsnospace 

bchars := bcharsnospace / " " 

bcharsnospace :=    DIGIT / ALPHA / "'" / "(" / ")" / "+"  / 
"_" 
               / "," / "-" / "." / "/" / ":" / "=" / "?" 

@github-actions github-actions bot added the test label Nov 2, 2020
@codecov-io
Copy link

codecov-io commented Nov 2, 2020

Codecov Report

Merging #615 into master will increase coverage by 0.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   76.27%   76.57%   +0.29%     
==========================================
  Files          37       37              
  Lines        2268     2271       +3     
==========================================
+ Hits         1730     1739       +9     
+ Misses        538      532       -6     
Impacted Files Coverage Δ
src/multipart.jl 33.33% <100.00%> (+2.56%) ⬆️
src/ConnectionPool.jl 72.59% <0.00%> (-0.36%) ⬇️
src/debug.jl 63.33% <0.00%> (+23.33%) ⬆️

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 b4a37aa...bf521d7. Read the comment docs.

@quinnj
Copy link
Member

quinnj commented Nov 2, 2020

Thanks for doing this!

@quinnj quinnj merged commit 7d03dc1 into master Nov 2, 2020
@quinnj quinnj deleted the cdg/form-boundary branch November 2, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants