mikehardy / google-analytics-java

Open Source license compatible Java API for Google Analytics
9 stars 3 forks source link

Close OkHttp response body in batch send, Fixes #11 #17

Closed mikehardy closed 5 years ago

mikehardy commented 5 years ago

Correctly close the OkHttp response so connection re-use works (now it appears much faster than OkHttp, not just on par, in testing)

Also correct a debug logging comment so it is clear it was postBatch() not post()