René's URL Explorer Experiment


Title: python-proxy can not be stopped automatically · Issue #2 · NilsBe/python-proxy · GitHub

Open Graph Title: python-proxy can not be stopped automatically · Issue #2 · NilsBe/python-proxy

X Title: python-proxy can not be stopped automatically · Issue #2 · NilsBe/python-proxy

Description: What steps will reproduce the problem? 1. Run the script from a python script 2. 3. What is the expected output? What do you see instead? You are in a infinite loop ! If for workaround, you try to launch it into a thread; it's not a good...

Open Graph Description: What steps will reproduce the problem? 1. Run the script from a python script 2. 3. What is the expected output? What do you see instead? You are in a infinite loop ! If for workaround, you try to ...

X Description: What steps will reproduce the problem? 1. Run the script from a python script 2. 3. What is the expected output? What do you see instead? You are in a infinite loop ! If for workaround, you try to ...

Opengraph URL: https://github.com/NilsBe/python-proxy/issues/2

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"python-proxy can not be stopped automatically","articleBody":"```\nWhat steps will reproduce the problem?\n1. Run the script from a python script\n2.\n3.\n\nWhat is the expected output? What do you see instead?\nYou are in a infinite loop ! \nIf for workaround, you try to launch it into a thread; it's not a good idea \nbecause in pyhon you can't easily to force the stop it\n\nIn my script, I expecte:\n- to launch the proxy and continue the script.\n- to stop it\n\nWhat version of the product are you using? On what operating system?\nversion: '0.1.0 Draft 1'\nOS: Windows 7\n\nPlease provide any additional information below.\n\nI propose you encapsulate the start/stop in a class:\n\nSee below (file in attachment), this example don't take into account the IPV6 \nand timeout\n\nclass ConnectionHandler(SocketServer.BaseRequestHandler):\n\n    #Instead of __init__\n    def handle(self):\n        self.client = self.request\n    ....\n\nclass WebProxy:\n    def __init__(self):\n        self.server = None\n\n\n    def start(self, host='localhost', port=8080, IPv6=False, timeout=60,\n                      handler=ConnectionHandler):\n\n        print \"Start proxy server\"\n        #For the moment  only in IPV4\n        # if IPv6==True:\n            # For IPV6, override SocketServer.ThreadingTCPServer\n            # soc_type=socket.AF_INET6\n        # else:\n            # soc_type=socket.AF_INET\n\n        self.server = SocketServer.ThreadingTCPServer((host, port), handler)\n\n        # Start a thread with the server -- that thread will then start one\n        # more thread for each request\n        server_thread = threading.Thread(target=self.server.serve_forever)\n        # Exit the server thread when the main thread terminates\n        server_thread.daemon = True\n        server_thread.start()\n\n    def stop(self):\n        if self.server is not None:\n            print \"Stop proxy server\"\n            self.server.shutdown()\n\n```\n\nOriginal issue reported on code.google.com by `cyrilbes...@aol.com` on 28 Mar 2013 at 10:15\n\nAttachments:\n- [PythonProxy.py](https://storage.googleapis.com/google-code-attachments/python-proxy/issue-2/comment-0/PythonProxy.py)\n","author":{"url":"https://github.com/GoogleCodeExporter","@type":"Person","name":"GoogleCodeExporter"},"datePublished":"2015-09-27T14:06:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2/python-proxy/issues/2"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c5c89ffd-24c6-0835-f27b-cedd161cd159
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8E00:37B798:52E692:794BE1:6A4E0CE9
html-safe-nonce6a6d0ee3d20904756c44822580ef52e4d7c09800502f4608dbabe9e47ade6fed
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTAwOjM3Qjc5ODo1MkU2OTI6Nzk0QkUxOjZBNEUwQ0U5IiwidmlzaXRvcl9pZCI6IjU3OTc1NTI3NTg2NTY0NzAyNDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb8ef987e51ab40bce1ee2c6154d4db3a588e8312f46bd610f697ff9b02174e38
hovercard-subject-tagissue:108538248
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NilsBe/python-proxy/2/issue_layout
twitter:imagehttps://opengraph.githubassets.com/90042ddb67cd49afa189fee40876c5f92fd59f5422dbc121f07b05431a14ac67/NilsBe/python-proxy/issues/2
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/90042ddb67cd49afa189fee40876c5f92fd59f5422dbc121f07b05431a14ac67/NilsBe/python-proxy/issues/2
og:image:altWhat steps will reproduce the problem? 1. Run the script from a python script 2. 3. What is the expected output? What do you see instead? You are in a infinite loop ! If for workaround, you try to ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameGoogleCodeExporter
hostnamegithub.com
expected-hostnamegithub.com
Nonedf0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6
turbo-cache-controlno-preview
go-importgithub.com/NilsBe/python-proxy git https://github.com/NilsBe/python-proxy.git
octolytics-dimension-user_id2618720
octolytics-dimension-user_loginNilsBe
octolytics-dimension-repository_id43248834
octolytics-dimension-repository_nwoNilsBe/python-proxy
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id43248834
octolytics-dimension-repository_network_root_nwoNilsBe/python-proxy
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release51470c353b8a1f52a88d3e3cc2014b17ab8cc1ce
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NilsBe/python-proxy/issues/2#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNilsBe%2Fpython-proxy%2Fissues%2F2
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNilsBe%2Fpython-proxy%2Fissues%2F2
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NilsBe%2Fpython-proxy
Reloadhttps://github.com/NilsBe/python-proxy/issues/2
Reloadhttps://github.com/NilsBe/python-proxy/issues/2
Reloadhttps://github.com/NilsBe/python-proxy/issues/2
NilsBe https://github.com/NilsBe
python-proxyhttps://github.com/NilsBe/python-proxy
Notifications https://github.com/login?return_to=%2FNilsBe%2Fpython-proxy
Fork 0 https://github.com/login?return_to=%2FNilsBe%2Fpython-proxy
Star 0 https://github.com/login?return_to=%2FNilsBe%2Fpython-proxy
Code https://github.com/NilsBe/python-proxy
Issues 3 https://github.com/NilsBe/python-proxy/issues
Pull requests 0 https://github.com/NilsBe/python-proxy/pulls
Actions https://github.com/NilsBe/python-proxy/actions
Projects https://github.com/NilsBe/python-proxy/projects
Security and quality 0 https://github.com/NilsBe/python-proxy/security
Insights https://github.com/NilsBe/python-proxy/pulse
Code https://github.com/NilsBe/python-proxy
Issues https://github.com/NilsBe/python-proxy/issues
Pull requests https://github.com/NilsBe/python-proxy/pulls
Actions https://github.com/NilsBe/python-proxy/actions
Projects https://github.com/NilsBe/python-proxy/projects
Security and quality https://github.com/NilsBe/python-proxy/security
Insights https://github.com/NilsBe/python-proxy/pulse
python-proxy can not be stopped automaticallyhttps://github.com/NilsBe/python-proxy/issues/2#top
Priority-Mediumhttps://github.com/NilsBe/python-proxy/issues?q=state%3Aopen%20label%3A%22Priority-Medium%22
Type-Defecthttps://github.com/NilsBe/python-proxy/issues?q=state%3Aopen%20label%3A%22Type-Defect%22
auto-migratedhttps://github.com/NilsBe/python-proxy/issues?q=state%3Aopen%20label%3A%22auto-migrated%22
https://github.com/GoogleCodeExporter
GoogleCodeExporterhttps://github.com/GoogleCodeExporter
on Sep 27, 2015https://github.com/NilsBe/python-proxy/issues/2#issue-108538248
PythonProxy.pyhttps://storage.googleapis.com/google-code-attachments/python-proxy/issue-2/comment-0/PythonProxy.py
Priority-Mediumhttps://github.com/NilsBe/python-proxy/issues?q=state%3Aopen%20label%3A%22Priority-Medium%22
Type-Defecthttps://github.com/NilsBe/python-proxy/issues?q=state%3Aopen%20label%3A%22Type-Defect%22
auto-migratedhttps://github.com/NilsBe/python-proxy/issues?q=state%3Aopen%20label%3A%22auto-migrated%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.