mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #375] Segment response size in bytes or megabytes #286
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ingnelson on GitHub (Jun 7, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/375
Hello master.
what command do i need to use to send a segment size response ? , so the server send every 1000 bytes or 10000 bytes to the client ?
using a tcp proxy on port 80
proxy http -t tcp -p "0.0.0.0:80"
can you tell what to do , please ? i really need to send the response every 1000 bytes .
@snail007 commented on GitHub (Jun 7, 2020):
TCP proxy need an upstream, your upstream should do that.
@ingnelson commented on GitHub (Jun 7, 2020):
@snail007 can you give the command to do it , please. ?
i do not undestand what you said with "upstream "
I am just creating a tunnel using goproxy + shadowsocks.
SERVER ubuntu VPS:
goproxy on port 80 and shadowsocks on port 443.
client PC:
So i need the response to the client always be 1000 bytes , so everytime 1000 bytes and other 1000 bytes till the connecttion is close by the client.
do i need to modify something ?
or just a command on goproxy ?
i really appreciate your help
please
@snail007 commented on GitHub (Jun 8, 2020):
this is just proxies server , "how it working" is decieded your endpoint server ,
it looks like you need keep hearbeat in client and your server,you should do it between your client and server, goproxy no this function yet, it just transfer data between your client and server.