diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-11-28 19:07:00 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-28 19:07:39 +0100 |
commit | 4471e2732faede1d9b242cb547de8005578b3d10 (patch) | |
tree | 834736f7d55659e0e02c70b00e6384df7b9b893c /bin | |
parent | 6e9822e879caed207f743c9eeadbf724610bff02 (diff) | |
download | dotfiles-4471e2732faede1d9b242cb547de8005578b3d10.tar.gz dotfiles-4471e2732faede1d9b242cb547de8005578b3d10.tar.bz2 dotfiles-4471e2732faede1d9b242cb547de8005578b3d10.zip |
.osx: Remove “increase window resize speed”
Sadly, this doesn’t work anymore in OS X 10.10.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/httpcompression | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/httpcompression b/bin/httpcompression index 9f5163c..592f80b 100755 --- a/bin/httpcompression +++ b/bin/httpcompression @@ -5,7 +5,7 @@ # Useful Links: # # - HTTP/1.1 (RFC 2616) - Content Codings: -# http://tools.ietf.org/html/rfc2616#section-3.5 +# https://tools.ietf.org/html/rfc2616#section-3.5 # # - SDCH Specification: # http://www.blogs.zeenor.com/wp-content/uploads/2011/01/Shared_Dictionary_Compression_over_HTTP.pdf |