Commit Graph

5398 Commits

Author SHA1 Message Date
黄朝晖
0fa4443df3
Update README.md 2020-06-17 17:01:56 +08:00
黄朝晖
dc71a4d74e
Update README.md 2020-06-17 17:01:29 +08:00
huangzhhui
cc5fa26dfb Update 2020-06-17 16:22:48 +08:00
李铭昕
b645a5cce7
Optimized code for phpstan. (#1881) 2020-06-17 14:45:13 +08:00
李铭昕
66e3c1721a
Added method Sender::close(int $fd, bool $reset = null). (#1920) 2020-06-17 13:03:19 +08:00
黄朝晖
27ac61659b
Merge pull request #1912 from huangzhhui/doc-version
Doc
2020-06-17 12:19:40 +08:00
李铭昕
d8a49b2eb2
Sender support coroutine server. (#1919)
* Sender support coroutine server.

* fixed travis.

* Update OnPipeMessageListener.php

* Update Server.php
2020-06-17 12:12:49 +08:00
黄朝晖
28276b7364
Support WebSocket coroutine server (#1908)
* Support WebSocket coroutine server

* Fixed bugs.

* Fixed bug.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-17 10:07:30 +08:00
李铭昕
bfe08f876a
Merge pull request #1917 from sy-records/fix-1843
fix isXmlHttpRequest
2020-06-16 16:07:42 +08:00
李铭昕
463d048bb0 Added test case. 2020-06-16 15:58:06 +08:00
sy-records
1ca339fa06 fix and add test 2020-06-16 14:54:33 +08:00
sy-records
7994e552ac fix isXmlHttpRequest 2020-06-16 13:54:28 +08:00
huangzhhui
ad82776c3a Update 2020-06-16 01:54:29 +08:00
huangzhhui
e245092d4a Update 2020-06-16 01:52:39 +08:00
huangzhhui
8f3cd4489a Translate 2020-06-16 01:43:41 +08:00
huangzhhui
606b4adbb6 Add versions and contribute 2020-06-16 01:43:09 +08:00
李铭昕
a52a0b39f4
Deleted useless code. (#1906) 2020-06-14 18:47:50 +08:00
huangzhhui
7a809a3507 Fix composer.json 2020-06-14 13:34:55 +08:00
李铭昕
702e624671
Removed config config/server.php. (#1905)
* Removed config `config/server.php`.

* Update CHANGELOG-2.0.md
2020-06-12 14:18:46 +08:00
yansongda
7b11109a54
Keys will be merged when different constants use the same code. (#1896)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-12 12:53:21 +08:00
李铭昕
bd053c377f Merge branch 'master' into 2.0 2020-06-12 12:36:55 +08:00
huangzhhui
0d82e6789a Fix autoload rules 2020-06-11 22:23:02 +08:00
huangzhhui
ca8f0c2152 Merge branch '2.0' into pr/992 2020-06-11 22:11:41 +08:00
huangzhhui
42cff9275b Format 2020-06-11 21:50:01 +08:00
李铭昕
4ac8e3dac5
Fixed caster decimal does not work. (#1900) 2020-06-11 17:18:10 +08:00
黄朝晖
c7b99aca08
Merge pull request #1885 from huangzhhui/2.0-doc
Adjust the documentation tools
2020-06-11 13:57:48 +08:00
huangzhhui
4f24030e9e Revert the path rule 2020-06-11 13:55:15 +08:00
huangzhhui
80375f904f Do not separate the docs folders by version, use git branch to distinguish the difference versions docs 2020-06-11 13:55:15 +08:00
huangzhhui
8071897cc0 Rename doc folder to docs, and split 1.1 and 2.0 folders to store the difference version documentations, and rename bin/translate.php script to bin/doc-translate, also make doc-translate and md-format to adapte this path changes. 2020-06-11 13:52:29 +08:00
黄朝晖
3ca22c6124
Change default value of keepalive to true, and close_on_desctruct to false (#1889) 2020-06-11 12:45:18 +08:00
李铭昕
3fea704186
Merge pull request #1890 from huangzhhui/response-emmitter
Response emitter
2020-06-11 12:35:11 +08:00
李铭昕
27533ff21a Update CHANGELOG-2.0.md 2020-06-11 12:30:53 +08:00
huangzhhui
f9bbea450e Extract Hyperf\Contract\ResponseEmitterInterface 2020-06-11 12:01:33 +08:00
huangzhhui
411d159880 Merge branch 'response-emmitter' of https://github.com/huangzhhui/hyperf into response-emmitter 2020-06-11 11:59:53 +08:00
huangzhhui
4d15d6214b Add getTrailer() method 2020-06-11 11:58:52 +08:00
李铭昕
853b15d83c Update CHANGELOG-2.0.md 2020-06-11 11:42:13 +08:00
李铭昕
57bd4703c8 Optimized ResponseEmitter. 2020-06-11 11:30:18 +08:00
李铭昕
743af341f6 Merge branch '2.0' into pr/1890 2020-06-11 11:25:52 +08:00
李铭昕
226635362c
Renamed AspectCacher to AspectManager. (#1897) 2020-06-11 10:15:33 +08:00
黄朝晖
745bf1346b
Add describe:aspects command (#1888)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-11 09:56:27 +08:00
李铭昕
0462169ada
Merge pull request #1887 from huangzhhui/issue-385
Add describe:listeners command
2020-06-11 09:46:29 +08:00
黄朝晖
190b68a254
Merge pull request #1891 from huangzhhui/coordinator-manager
Mark CoordinatorManager::get() method as deprecated in v2.0
2020-06-10 17:14:19 +08:00
黄朝晖
aa31ac0943
Merge pull request #1893 from huangzhhui/2.0
Merge master branch into 2.0 branch
2020-06-10 14:10:38 +08:00
huangzhhui
0cc4bf4ff1 Merge remote-tracking branch 'origin/master' into 2.0 2020-06-10 14:06:53 +08:00
黄朝晖
187fd9ce69
Merge pull request #1886 from huangzhhui/issue-1688
Do not to validate the type of AMQP exchange
2020-06-10 14:04:22 +08:00
huangzhhui
41175a7449 Mark CoordinatorManager::get() method as deprecated in v2.0 2020-06-10 13:56:23 +08:00
huangzhhui
2ede0cc404 Use until method instead of get 2020-06-10 13:53:42 +08:00
李铭昕
4c79a1107e
Merge pull request #1884 from huangzhhui/2.0
Allows to run multiple coroutine servers at one process
2020-06-10 12:49:49 +08:00
李铭昕
b0be8e8d02 Format code. 2020-06-10 12:41:17 +08:00
huangzhhui
eab57d8f91 Fix unit test of Response 2020-06-10 12:15:40 +08:00