Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【问题】简易Web服务器 bug #45

Open
luckqk opened this issue Aug 6, 2020 · 3 comments
Open

【问题】简易Web服务器 bug #45

luckqk opened this issue Aug 6, 2020 · 3 comments
Assignees

Comments

@luckqk
Copy link

luckqk commented Aug 6, 2020

简易Web服务器中目录列表内容处
Cases = [case_no_file(), case_existing_file(), case_always_fail()]
以及
do_GET() handler = case()
两者的括号应该只保存任意其中一个,即应该修改为
Cases = [case_no_file, case_existing_file, case_always_fail]
或者
handler = case

@skhe skhe self-assigned this Apr 22, 2021
@r1cardohj
Copy link

对的,list里面放类就行

@sunstarsss
Copy link

sunstarsss commented Jul 28, 2023 via email

@MyBowl
Copy link

MyBowl commented Jul 28, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants