Re: [boinc_dev] Dynamic HTTP Compression

2015-11-11 Thread Nicolás Alvarez

> El 11 nov 2015, a las 22:43, Rom Walton  escribió:
> 
> Howdy Folks,
> 
> Are there any projects using dynamic HTTP compression?
> 
> See:
> http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
> 
> I'm updating the version of libcurl we include with our Windows release and 
> would like to drop our requirement for OpenSSL and use the SSL implementation 
> built into Windows.
> 
> Pros:
> 
> * Microsoft maintains the certificate authority store
> 
> * Microsoft maintains SSL implementation
> 
> Cons:
> 
> * Lose Dynamic HTTP compression
> 

I can't find any documentation about this problem. SSL backend and compression 
seem to be orthogonal. Why does SChannel mean we lose dynamic HTTP compression?

-- 
Nicolás
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

[boinc_dev] Dynamic HTTP Compression

2015-11-11 Thread Rom Walton
Howdy Folks,

Are there any projects using dynamic HTTP compression?

See:
http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/

I'm updating the version of libcurl we include with our Windows release and 
would like to drop our requirement for OpenSSL and use the SSL implementation 
built into Windows.

Pros:

* Microsoft maintains the certificate authority store

* Microsoft maintains SSL implementation

Cons:

* Lose Dynamic HTTP compression

- Rom
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.