javacommons/gcfprotocols/http/javasrc.s60/com/nokia/mj/impl/http/HttpConnectionNative.java
changeset 87 1627c337e51e
parent 80 d6dafc5d983f
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
  1230     }
  1230     }
  1231 
  1231 
  1232     protected synchronized void sendRequest(boolean aPartialDataFlag) throws IOException
  1232     protected synchronized void sendRequest(boolean aPartialDataFlag) throws IOException
  1233     {
  1233     {
  1234         ensureConnected();
  1234         ensureConnected();
  1235         Logger.PLOG(Logger.ESOCKET, "HTTP sendRequest() , Flag : "  + aPartialDataFlag);
       
  1236         final int count = iRequestProperties.size();
  1235         final int count = iRequestProperties.size();
  1237         int headerCount = count;
  1236         int headerCount = count;
  1238 
  1237 
  1239         final Enumeration keyEnum = iRequestProperties.keys();
  1238         final Enumeration keyEnum = iRequestProperties.keys();
  1240         String[] headers = null;
  1239         String[] headers = null;