Skip to content
#

telephony

Here are 115 public repositories matching this topic...

bohnman
bohnman commented Jul 24, 2018

Former title: lastRequest and lastResponse in HttpClient should be volatile

Version:

7.22.0

Code Snippet

HttpClient.java

private Response lastResponse;  // missing volatile
private Request lastRequest;  // missing volatile

Steps to Reproduce

The lastRequest and lastResponse members in HttpClient should be volatile because the class is indirectly used as a

Improve this page

Add a description, image, and links to the telephony topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the telephony topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.