Changes between Version 79 and Version 80 of rfc24_progressive_data_support


Ignore:
Timestamp:
Mar 14, 2010, 8:44:32 AM (14 years ago)
Author:
warmerdam
Comment:

remove stuff about http fetching - it is a distinct issue.

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v79 v80  
    142142There are no changes to the GDALRasterBand interface for asynchronous raster IO.  Asynchronous IO requests can only be made at the dataset level, not the band.
    143143
    144 === CPLHTTPFetch() ===
    145 
    146 The initial JPIPKAK implementation of asynchronous IO requests will use !CPLHTTPFetch() for the JPIP network transport of requests.  This will require two improvements to the implementation without changing the call sequence.
    147 
    148 1. A new boolean option can be passed in the options list called "PERSISTENT".  When it is true (ie. value "YES") persistent connection handle will be used.
    149 2. A new option named "HEADERS" can be used to send an additional header in the HTTP request.  The JPIPKAK driver will pass accept headers this way.
    150 
    151144=== C API ===
    152145