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

local mode message truncation fix #917

Merged
merged 2 commits into from
Jul 28, 2018

Conversation

stealthycoin
Copy link
Contributor

Small update to #910

closes #910

allfro and others added 2 commits July 24, 2018 10:11
The length of the utf-8 encoded body may be different than the unicode length of the string. This causes message truncation
on the response. This patch fixes the issue.
@codecov-io
Copy link

Codecov Report

Merging #917 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #917      +/-   ##
==========================================
+ Coverage   95.48%   95.52%   +0.04%     
==========================================
  Files          27       27              
  Lines        4449     4449              
  Branches      558      558              
==========================================
+ Hits         4248     4250       +2     
+ Misses        129      128       -1     
+ Partials       72       71       -1
Impacted Files Coverage Δ
chalice/local.py 99.36% <100%> (+0.63%) ⬆️

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 3bfbd3d...e484eb1. 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