louis
04/27/2018, 4:48 PMDebuggingFilters.PrintRequestAndResponse was eating the response. But, it only does this if the response body is an input stream (e.g. Response(OK).body(data.inputStream())). If you set the body(...) to a string (e.g. "abcd") it works just fine.