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

base64::encode() adds newlines every 72 (encoded) chars output. #3208

Merged
merged 3 commits into from
May 8, 2017

Conversation

psychogony
Copy link
Contributor

Add option to disable any newlines in output.
Resolves #3194

Add option to disable any newlines in output.
This is useful for minified files (eg. path file.min.js, file file.js).
@igrr
Copy link
Member

igrr commented May 6, 2017

The change about libb64 looks good to me. How is the change to RequestHandlersImpl related to this though?

@psychogony
Copy link
Contributor Author

Second commit not intended to be upstreamed - reverted.

@igrr igrr merged commit 157698b into esp8266:master May 8, 2017
@codecov-io
Copy link

Codecov Report

Merging #3208 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3208   +/-   ##
======================================
  Coverage    27.6%   27.6%           
======================================
  Files          20      20           
  Lines        3655    3655           
  Branches      678     678           
======================================
  Hits         1009    1009           
  Misses       2468    2468           
  Partials      178     178

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 5488792...d1f9302. Read the comment docs.

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.

3 participants