adriancole commented on a change in pull request #2570: Ports all zipkin-server
tests to Kotlin
URL: https://github.com/apache/incubator-zipkin/pull/2570#discussion_r281937945
##########
File path:
zipkin-server/src/main/java/zipkin2/server/internal/ZipkinHttpCollector.java
##########
@@ -185,6 +185,10 @@ static void maybeLog(String prefix, ServiceRequestContext
ctx, AggregatedHttpMes
}
if (content.isEmpty()) ZipkinHttpCollector.maybeLog("Empty POST body",
ctx, request);
+ if (content.length() == 2 && "[]".equals(content.toStringAscii())) {
Review comment:
found a bug while doing this!!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services