We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc77d6 commit 6bd52b7Copy full SHA for 6bd52b7
src/func_python/cloudevent.py
@@ -9,7 +9,7 @@
9
from cloudevents.conversion import to_structured, to_binary
10
11
DEFAULT_LOG_LEVEL = logging.INFO
12
-DEFAULT_LISTEN_ADDRESS = "127.0.0.1:8080"
+DEFAULT_LISTEN_ADDRESS = "[::]:8080"
13
14
logging.basicConfig(level=DEFAULT_LOG_LEVEL)
15
src/func_python/http.py
@@ -7,7 +7,7 @@
7
import hypercorn.asyncio
8
0 commit comments