Rawlence
7a7630e086
update ch03-01-variables-and-mutability
2021-12-05 11:51:46 +08:00
Rawlence
f22d7d9d96
update to the latest document(2021-12-05)
2021-12-05 02:02:24 +08:00
KaiserY
9b9406500f
Merge pull request #564 from sihuan/main
...
update ch06-02-match.md
2021-12-01 18:05:58 +08:00
KaiserY
9b053092fe
Merge pull request #565 from boholder/main
...
Optimize confusing descriptions in ch17-03-oo-design-patterns.md
2021-12-01 18:05:37 +08:00
SiHuan
f421a2a4ed
update ch06-02-match.md
2021-12-01 16:35:29 +08:00
boholder
7352dade75
Optimize confusing descriptions in ch17-03-oo-design-patterns.md
2021-12-01 16:23:15 +08:00
KaiserY
80b94694e0
Merge pull request #563 from ArdxWe/main
...
update comments
2021-12-01 14:41:18 +08:00
ardxwe
fc984cccf4
update comments
2021-12-01 11:44:57 +08:00
KaiserY
1ac77631fb
Merge pull request #562 from SherrybabyOne/main
...
chore: fix the redundant field interpretation
2021-11-29 00:48:33 +08:00
AiHao
dbd823ccd2
chore: fix the redundant field interpretation
2021-11-28 21:38:58 +08:00
KaiserY
78c0fa1139
Merge pull request #561 from yin1999/patch-1
...
fix: response with correct HTTP/1.x Message format
2021-11-10 00:45:19 +08:00
A1lo
7aa71fe6d8
fix: response with correct HTTP/1.x Message format
...
The correct `HTTP/1.x Message`'s headers are followed after the `start-line` which describing the requests to be implemented. After the `headers` is a `blank line` indicating all `meta-information` for the request has been sent. Then the `optional body` is followed.
Increase HTTP buffer size to 1024(keep the same with the buffer size in `ch20-01-single-threaded.md`).
2021-11-09 14:47:00 +08:00
KaiserY
3c76a40167
Merge pull request #560 from yin1999/patch-1
...
修复示例代码中的`HTTP/1.x`格式错误
2021-11-09 11:10:39 +08:00
A1lo
515246b920
fix: response with correct HTTP/1.x Message format
...
The correct `HTTP/1.x Message`'s headers are followed after the `start-line` which describing the requests to be implemented. After the `headers` is a `blank line` indicating all `meta-information` for the request has been sent. Then the `optional body` is followed.
2021-11-09 10:38:45 +08:00
KaiserY
70a197b5d8
Merge pull request #559 from kalasutra/main
...
修复示例代码中的语法错误
2021-11-06 13:37:14 +08:00
kalasutra
9b39aa307b
修复示例代码中的语法错误
2021-11-05 23:58:14 +08:00
KaiserY
9e8eda274d
Merge pull request #557 from y1cunhui/main
...
fix some typo
2021-11-05 11:24:24 +08:00
renxinxie
97dee7c164
fix some typo
2021-11-04 21:33:49 +08:00
KaiserY
11ec87d267
Merge pull request #556 from butonly/patch-1
...
Update ch05-01-defining-structs.md
2021-10-19 18:12:52 +08:00
liuyanjie
7465d603ba
Update ch05-01-defining-structs.md
...
修复5.1章节拼写错误 : `...user1` -> `..user1`
2021-10-18 13:32:48 +08:00
KaiserY
6428ea17b4
Merge pull request #555 from liby/main
...
docs: update the Chapter 5 and improve some of the wording
2021-10-18 10:33:48 +08:00
Bryan Lee
955bb7cdd3
docs: update the Chapter 5 and improve some of the wording
2021-10-15 17:30:50 +08:00
KaiserY
a360b734f3
Merge pull request #554 from liby/main
...
docs: update the Chapter 4 and improve some of the wording
2021-10-14 15:54:12 +08:00
Bryan Lee
56632d1942
docs: update the Chapter 4 and improve some of the wording
2021-10-13 17:42:10 +08:00
KaiserY
834e1c28cf
update ch15-06 close #546
2021-10-13 10:46:46 +08:00
KaiserY
e1215882de
Merge pull request #553 from Annlix/main
...
Fixed some errors in ch03-05-control-flow
2021-10-13 10:24:29 +08:00
Annlix
8747efb5db
Fixed a sytax error in ch03-05
...
At line 286, the correct sytax of `break` is `break 'counting_up;`, not `break'counting_up;`.
2021-10-13 09:20:37 +08:00
Annlix
828f7fa416
Fixed an error in ch03-05-control-flow
...
At line 286, the loop label is `counting_up`, not `counting_ up`
2021-10-13 09:03:21 +08:00
KaiserY
24d78d98db
Merge pull request #551 from Annlix/main
...
Fixed an error in ch03-01
2021-10-12 09:34:10 +08:00
Annlix
e076e2740f
Merge pull request #1 from Annlix/Annlix-patch-1
...
Fixed an error in ch03-01
2021-10-12 09:26:00 +08:00
Annlix
0b56c7e876
Fixed an error in ch03-01
...
Fixed an error in ch03-01
2021-10-12 09:25:21 +08:00
KaiserY
85ba31063b
Merge pull request #550 from SpriteOvO/main
...
Remove a duplicate word, improve translation grammar and fix listing ids
2021-10-04 16:21:43 +08:00
Sprite
a67a9daa6b
Fix listing ids
2021-10-04 16:01:49 +08:00
Sprite
a317ca4f5f
Improve translation grammar in the chapter 19-4
2021-10-04 15:11:47 +08:00
Sprite
dfb5d8fa25
Remove a duplicate word
2021-10-03 15:15:01 +08:00
KaiserY
a7a4858312
Merge pull request #549 from SpriteOvO/main
...
Fix a typo in chapter 15-3 drop
2021-09-30 11:25:49 +08:00
Sprite
c7d036e02f
Fix a typo
2021-09-30 04:36:58 +08:00
KaiserY
6cc7368738
Merge pull request #548 from zhannicholas/issue547
...
纠正 ISSUE#547 描述的翻译错误
2021-09-25 20:05:32 +08:00
Nicholas Zhan
6d9a9968b1
纠正 ISSUE#547 描述的翻译错误
2021-09-25 13:58:47 +08:00
KaiserY
818f29fd79
Merge pull request #545 from 13sai/patch-1
...
示例代码缺失
2021-09-16 09:44:57 +08:00
sai0556
de9b29ad1c
示例代码缺失
...
示例20-9,20-7缺少Content-Length
2021-09-16 00:49:21 +08:00
KaiserY
b7aeabd042
Merge pull request #544 from Orefa/master
...
修改过程宏的翻译
2021-09-01 14:57:51 +08:00
KaiserY
64ebac2d4e
Merge pull request #543 from showerMuggle/patch-1
...
删除重复段落
2021-09-01 14:57:35 +08:00
KaiserY
8cd62b28cb
Merge pull request #542 from LiuYinCarl/main
...
修复部分19章错误及语法问题
2021-09-01 14:57:26 +08:00
Orefa
c07e78acdc
更改过程宏的翻译
2021-09-01 13:19:07 +08:00
shower
2fcbb5b865
删除重复段落
2021-08-31 16:40:16 +08:00
Orefa
e90a3feddf
Merge branch 'master' of github.com:Orefa/trpl-zh-cn
2021-08-31 14:20:31 +08:00
LiuYinCarl
6e87e7ee60
修复部分19章错误及语法问题
2021-08-31 14:15:16 +08:00
KaiserY
557b08a8e5
Merge pull request #541 from Orefa/master
...
fix anchor
2021-08-31 10:06:01 +08:00
Orefa
352b3c3919
Merge branch 'master' of github.com:Orefa/trpl-zh-cn
2021-08-31 07:30:10 +08:00