diff -r c0c2f28ace9c -r a0da872af3fa applayerprotocols/httptransportfw/strings/HttpStringConstants.st --- a/applayerprotocols/httptransportfw/strings/HttpStringConstants.st Tue Aug 31 15:44:10 2010 +0300 +++ b/applayerprotocols/httptransportfw/strings/HttpStringConstants.st Wed Sep 01 12:21:21 2010 +0100 @@ -301,3 +301,17 @@ # EHttpOptimalPipelining _061 EHttpEnableOptimalPipelining _062 +# +# Property name to set the TCP socket timeout. If the socket is idle for the period +# the socket will be closed +# +EHttpSocketTimeoutValue _063 +#Propery name to set the transaction should not be retried if there is any error +# +EHttpPropagateDefaultError _064 +# +# Property name and value to be used for allowing untrusted certificates +# +EDialogAutomaticAllowed _071 +#Property name to set the TCP socket immediate close timewait. This will enable the Lingering option in tcp. +EHttpSocketImmediateClosetTimeOutValue _65 \ No newline at end of file