snichol     2002/12/03 13:16:08

  Modified:    java/src/org/apache/soap/util/net HTTPUtils.java
  Log:
  Fix bug in one of the post methods in which the copy buffers were not being
  passed along.
  
  Revision  Changes    Path
  1.41      +1 -1      xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java
  
  Index: HTTPUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- HTTPUtils.java    29 Nov 2002 21:42:39 -0000      1.40
  +++ HTTPUtils.java    3 Dec 2002 21:16:08 -0000       1.41
  @@ -374,7 +374,7 @@
                                         StringBuffer responseCopy)
             throws IOException, SOAPException {
         return post(url, request, timeout, httpProxyHost, httpProxyPort,
  -                   outputBufferSize, tcpNoDelay, null, null, 0);
  +                   outputBufferSize, tcpNoDelay, requestCopy, responseCopy, 0);
     }
   
     /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to