Skip to content

Commit

Permalink
Add htt2+grpc service to todo list and exclude HPack scripts from php…
Browse files Browse the repository at this point in the history
…-cs-fixer

In this commit, a new task 'htt2+grpc service' is added to the todo list, indicating a new functionality/feature that needs to be addressed. Furthermore, 'http2/src/HPack/huffman-codes.php' and 'http2/src/HPack/huffman-lookup.php' files are excluded from the .php-cs-fixer.php script. This means these files will not be touched by the automatic code standards fixer, likely due to the fact that they have some unique coding conventions or they shouldn't be modified automatically.
  • Loading branch information
AuroraYolo committed Oct 30, 2023
1 parent ba2b821 commit 420d2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
->exclude('swow-examples')
->exclude('MineAdmin')
->exclude('ssl')
->exclude('http2/src/HPack/huffman-codes.php')
->exclude('http2/src/HPack/huffman-lookup.php')
->in(__DIR__)
)
->setUsingCache(false);
3 changes: 2 additions & 1 deletion todo.list
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
6.研究SDB提供网页交互式功能(Ws,Tcp)(进行中)
7.xhgui+xhprof(已完成)
8.page分页功能(已完成)
9.调试swow-debug的能力需要在编译swow的时候开启debug模式
9.调试swow-debug的能力需要在编译swow的时候开启debug模式
10.htt2+grpc服务

0 comments on commit 420d2dd

Please sign in to comment.