Skip to content

Commit 22d6b24

Browse files
committed
2 parents 9f94951 + a15bf99 commit 22d6b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/roadmap/phase-1/stage-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ Thus we have successfully implemented the upstream module.
149149

150150
## Conclusion
151151

152-
So now we have implemented an upstream module. We have dedicated the port 8001, for using upstream module. All the requests coming on port 8001 gets forwarded to the upstream server, which is the python file server in this case with the help of upstream module. We have used pipes for sending data to upstream server and for receiving data back to client. In the next stage we will see how to implement a file server, which deals with accessing and delivering of files over a network.
152+
So now we have implemented an upstream module. We have dedicated the port 8001, for using upstream module. All the requests coming on port 8001 gets forwarded to the upstream server, which is the python file server in this case with the help of upstream module. We have used pipes for sending data to upstream server and for receiving data back to client. In the next stage we will see how to implement a file server, which deals with accessing and delivering of files over a network.

0 commit comments

Comments
 (0)