mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Fix none readfrom
This commit is contained in:
parent
1e22882ea8
commit
b941e76915
2 changed files with 13 additions and 9 deletions
|
@ -362,14 +362,6 @@ type BufferedWriter struct {
|
|||
index int
|
||||
}
|
||||
|
||||
func (w *BufferedWriter) UpstreamWriter() io.Writer {
|
||||
return w.upstream
|
||||
}
|
||||
|
||||
func (w *BufferedWriter) WriterReplaceable() bool {
|
||||
return w.index == 0
|
||||
}
|
||||
|
||||
func (w *BufferedWriter) Write(p []byte) (n int, err error) {
|
||||
var index int
|
||||
for {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue