185186187188189190191192193194195
this.os = null; } InputStream in = socket.getInputStream(); response = new HTTPResponseParser(in); if (!response.isOK()) { throw new IOException(response.getMessage()); }