Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(523)

Unified Diff: src/pkg/net/sendfile_windows.go

Issue 8670044: code review 8670044: net: implement netpoll for windows (Closed)
Patch Set: diff -r 5ee81a14cdfe https://go.googlecode.com/hg/ Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/net/fd_windows.go ('k') | src/pkg/net/sockopt_windows.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/net/sendfile_windows.go
===================================================================
--- a/src/pkg/net/sendfile_windows.go
+++ b/src/pkg/net/sendfile_windows.go
@@ -59,7 +59,7 @@
o.Init(c, 'w')
o.n = uint32(n)
o.src = syscall.Handle(f.Fd())
- done, err := iosrv.ExecIO(&o, 0)
+ done, err := iosrv.ExecIO(&o)
if err != nil {
return 0, err, false
}
« no previous file with comments | « src/pkg/net/fd_windows.go ('k') | src/pkg/net/sockopt_windows.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b