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

Revert "http: delete conn parameter in readRequest (#430)" #443

Closed
wants to merge 2 commits into from

Conversation

ry
Copy link
Member

@ry ry commented May 23, 2019

Fixes #441

We'll have to wait to remove the conn parameter until ws is working.

This reverts commit 209183e.

@ry ry requested a review from piscisaureus May 23, 2019 19:30
@MarkTiedemann
Copy link
Contributor

This fixes #441 instead of #442.

@TokenChingy
Copy link

Could we get this sorted? WS support would be seriously nice to have again.

@bartlomieju
Copy link
Member

Is this PR still relevant?

CC @ry

@MarkTiedemann
Copy link
Contributor

Is this PR still relevant?

Yes, the WS module is still broken as described in #441.

@ry
Copy link
Member Author

ry commented Jul 30, 2019

Can you rebase this and try to get it green?

@bartlomieju
Copy link
Member

Sure

@bartlomieju
Copy link
Member

Fixed in #550

CC @ry

@ry ry closed this Aug 18, 2019
inverted-capital pushed a commit to dreamcatcher-tech/napps that referenced this pull request Oct 24, 2024
closes denoland#378.  

adds some naive url validations to the submit route.  
adds some tests for these naive validations.

these validations check that:
- the urls start w/ `http:` or `https:`
- the urls don't use local ip addresses and/or `localhost`

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
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

Successfully merging this pull request may close these issues.

ws module broken
5 participants