applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.history.xml
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <relnotes name="HTTP Transport Plugins">
       
     3   <purpose>
       
     4     The Transport layer which encapsulates the transport protocol operations such as TCP, UDP. Currently TCP is supported
       
     5   </purpose>
       
     6   
       
     7   <defect number="PDEF126952  " title="Timeout for a abnormal TCP disconnect in HTTP " revision="006">
       
     8     A timer is incorporated which generates timeout event if the data is not sent or received within the specified time.
       
     9   </defect>
       
    10   
       
    11   <defect number="PDEF113948" title="S60 3.2A and 5.0 - Browser:The phone crashes and displays Application closed: web" revision="005">
       
    12     chttpasyncwaiter class used for making an asynchronous wait call instead of User::WaitForRequest () which was causing a blocking call and going in an infinite loop.
       
    13   </defect>
       
    14 
       
    15   <defect number="PDEF113496" title="DM Panic SyncAgent when connect with incorrect account" revision="004">
       
    16     The statement "iOwnsConnection = ETrue;" is placed before the leave statement in order to close iconnection object in any case as the ownership is set to ETrue.
       
    17   </defect>
       
    18 
       
    19   <cr number="1130" title="Make HTTP receive data buffer size a session variable" revision="003">
       
    20     The HTTP stack receive data buffer size shall be changed from a constant to a variable which can be set at the start of the HTTP session.
       
    21   </cr>  
       
    22 
       
    23   <defect number="PDEF110402" title="Http stack shows IAP selection dialog for localhost URL" revision="002">
       
    24     The http stack shouldn't force a network connection without checking whether one is really required.
       
    25   </defect>
       
    26 
       
    27   <defect number="PDEF102806" title="Renegotiation of TCP link in response to HTTP/1.1 302 when proxy is in use" revision="001">
       
    28     Symbian HTTP stack must not teardown the TCP connection, When a proxy is in use, and the header "Proxy-Connection: keep-alive" has been returned.
       
    29   </defect>
       
    30 
       
    31 </relnotes>