aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Fix missing content length bug #24

Closed chanchiem closed 4 years ago

chanchiem commented 4 years ago

Issue #, if available:

23

Description of changes: Some requests don't include the content length in the header. Added a null check to ensure that the header item exists. Test added.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.