[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gzip encoding for NSURLRequest
From: |
Yen-Ju Chen |
Subject: |
gzip encoding for NSURLRequest |
Date: |
Tue, 24 Jul 2007 16:11:31 -0700 |
Hi,
I notice that if I set NSURLRequest headers 'Accept-Encoding' as 'gzip',
on Cocoa, it will return ungunzip'd data while on GNUstep, it
returns gzip'd data.
I found a blog in 2005 say Cocoa always use gzip as encoding
no matter what you ask for.
(http://reinventedsoftware.com/blog/2005/08/20/the-joy-of-download-site-reviews/).
So I think Cocoa always ungunzip'd the data after that.
Will GNUstep match what Cocoa does or stay in its way ?
Thanx.
Yen-Ju
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gzip encoding for NSURLRequest,
Yen-Ju Chen <=