Skip to content

Commit 91d41d3

Browse files
DmitryOlshanskyDmitry Olshansky
andauthored
Update photon-http to implement http pipelining (#10148)
* Update photon-http to implement http pipelining * Update to new naming in photon v0.15+ --------- Co-authored-by: Dmitry Olshansky <[email protected]>
1 parent 8e1a175 commit 91d41d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frameworks/D/photon-http/dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"copyright": "Copyright © 2025, Dmitry Olshansky",
66
"dependencies": {
77
"asdf": "~>0.7.17",
8-
"photon": "~>0.14.3",
9-
"photon-http": "~>0.5.5"
8+
"photon": "~>0.18.5",
9+
"photon-http": "~>0.6.0"
1010
},
1111
"description": "Benchmark of photon-http",
1212
"license": "BSL-1.0",

frameworks/D/photon-http/source/app.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void server() {
6969
}
7070

7171
void main() {
72-
startloop();
72+
initPhoton();
7373
go(() => server());
74-
runFibers();
74+
runScheduler();
7575
}

0 commit comments

Comments
 (0)