Skip to content

Commit

Permalink
Added index to filename for better sorting. Refined README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye11ow committed May 20, 2015
1 parent 384ab27 commit 7946514
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion world.md → 08_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Google公开[声明](http://blog.chromium.org/2015/02/hello-http2-goodbye-spdy-h

**8.4.4. “TLS让速度更得更慢”**

这在某种程度上是对的。TLS的握手确实增加了额外的开销,但将会有越来越多的方法来针对性地减少TLS往返的时间。使用TLS而不是纯文本带来的开销是显著的,有可观证据表明,和传输同样的流量相比,TLS会消耗更多的CPU和其他资源。具体影响有多大以及怎么影响是一个和具体测量有关的课题。更多的例子可以参看[istlsfastyet.com](http://istlsfastyet.com)
这个评价在某种程度上是对的。虽然TLS的握手确实增加了额外的开销,但也有越来越多的方案来减少TLS往返的时间。使用TLS而不是纯文本带来的开销是显著的,有可观证据表明,和传输同样的流量相比,TLS会消耗更多的CPU和其他资源。具体影响有多大以及怎么影响是一个和具体测量有关的课题。更多的例子可以参看[istlsfastyet.com](http://istlsfastyet.com)

Telecom和一些其他网络服务商,例如ATIS开放网络联盟,表示为了为卫星、飞机等提供的快速网络体验,他们需要一些[不加密的流量](http://www.atis.org/openweballiance/docs/OWAKickoffSlides051414.pdf )来提供caching,压缩和其他技术。

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
**Notice:** This is the Simplified Chinese translation of *[http2 explained](http://daniel.haxx.se/http2/)*. Thanks **Daniel Stenberg** for his great work!

前言
=======

**现在翻译已经基本完成(虽然质量略差),所以需要校对!如果有童鞋想来帮忙的话,请给我提PR,非常谢谢!**
**现在初翻已经完成(虽然质量略差),但文本还需要校对!如果有童鞋想来帮忙的话,请提PR或者邮件我,非常谢谢**

这篇文档原作者是Daniel Stenberg,可以去他[个人网站](http://daniel.haxx.se/http2/)下载原版pdf。

中文版暂时发布在Gitbook上,请[点此阅读](https://www.gitbook.com/book/ye11ow/http2-explained/details)


关于翻译
=======

* Calvin Zhang
* Simon Xia

如果任何翻译的问题或者建议,请在我们的[Github](https://github.com/ye11ow/http2-explained-chinese)上提出,谢谢!

更新日志
=======
* Simon Xia
28 changes: 14 additions & 14 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Summary

* [简介](README.md)
* [背景(校对1)](background.md)
* [HTTP的现状(校对1)](today.md)
* [那些年,克服延迟之道(校对1)](latency.md)
* [升级HTTP(校对1)](updating.md)
* [http2的观念(校对1)](concept.md)
* [http2协议(校对1)](protocol.md)
* [扩展(校对1)](extensions.md)
* [http2的世界(未校对)](world.md)
* [Firefox里的http2(校对1)](firefox.md)
* [Chromium里的http2(校对1)](chromium.md)
* [Curl里的http2(未校对)](curl.md)
* [后http2时代(未校对)](after.md)
* [扩展阅读(未校对)](further.md)
* [致谢(未完成)](thanks.md)
* [背景(校对1)](01_background.md)
* [HTTP的现状(校对1)](02_today.md)
* [那些年,克服延迟之道(校对1)](03_latency.md)
* [升级HTTP(校对1)](04_updating.md)
* [http2的观念(校对1)](05_concept.md)
* [http2协议(校对1)](06_protocol.md)
* [扩展(校对1)](07_extensions.md)
* [http2的世界(未校对)](08_world.md)
* [Firefox里的http2(校对1)](09_firefox.md)
* [Chromium里的http2(校对1)](10_chromium.md)
* [Curl里的http2(未校对)](11_curl.md)
* [后http2时代(未校对)](12_after.md)
* [扩展阅读(未校对 ](13_further.md)
* [致谢(未完成)](14_thanks.md)

0 comments on commit 7946514

Please sign in to comment.