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

Remove redundant use of static_string #1613

Closed
wants to merge 1 commit into from

Conversation

djarek
Copy link
Contributor

@djarek djarek commented May 19, 2019

This avoids an instantiation and copy of the data when adding the Server header field.

This avoids an instantiation and copy of the data when adding the Server
header field.

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
@codecov
Copy link

codecov bot commented May 19, 2019

Codecov Report

Merging #1613 into develop will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1613      +/-   ##
===========================================
- Coverage    92.66%   92.66%   -0.01%     
===========================================
  Files          151      151              
  Lines        12132    12131       -1     
===========================================
- Hits         11242    11241       -1     
  Misses         890      890
Impacted Files Coverage Δ
include/boost/beast/websocket/impl/accept.hpp 100% <100%> (ø) ⬆️

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 d1dabeb...7f5aa24. Read the comment docs.

@djarek djarek deleted the server_field_sv branch September 10, 2019 21:04
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.

1 participant