Specify the version of HTTP to use for synchronization.
version=HTTP-version-number
The default value is 1.1.
This option is useful if your HTTP infrastructure requires a specific version of HTTP. Values can be 1.0 or 1.1.
For information about how to set network protocol options with dbmlsync, see CommunicationAddress (adr) extended option.
For information about how to set network protocol options with UltraLite, see Network protocol options for UltraLite synchronization streams.
The following example sets the HTTP version to 1.0.
On a SQL Anywhere client, the implementation is:
dbmlsync -e "adr=version=1.0"
In an UltraLite application written in embedded SQL or C++, the implementation is:
synch_info.stream_parms = "version=1.0";