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

Issue 180530043: code review 180530043: x/net/webdav: add OPTIONS

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by dave
Modified:
9 years, 4 months ago
Reviewers:
CC:
nigeltao, nmvc, golang-codereviews
Visibility:
Public.

Description

x/net/webdav: add OPTIONS Add a basic OPTIONS handler.

Patch Set 1 #

Patch Set 2 : diff -r 15d5d0fa7dd8b1ec3f9370cb3082025163881563 https://code.google.com/p/go.net #

Patch Set 3 : diff -r 15d5d0fa7dd8b1ec3f9370cb3082025163881563 https://code.google.com/p/go.net #

Total comments: 6

Patch Set 4 : diff -r 15d5d0fa7dd8b1ec3f9370cb3082025163881563 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M webdav/webdav.go View 1 2 3 3 chunks +23 lines, -1 line 0 comments Download

Messages

Total messages: 10
dave_cheney.net
Hello nigeltao@golang.org, nmvc@google.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
9 years, 5 months ago (2014-12-03 03:38:56 UTC) #1
nmvc
https://codereview.appspot.com/180530043/diff/40001/webdav/webdav.go File webdav/webdav.go (right): https://codereview.appspot.com/180530043/diff/40001/webdav/webdav.go#newcode253 webdav/webdav.go:253: func (h *Handler) handleOptions(w http.ResponseWriter, r *http.Request) (status int, ...
9 years, 5 months ago (2014-12-03 03:44:55 UTC) #2
dave_cheney.net
I'll abandon this, you've got this On Wed, Dec 3, 2014 at 2:44 PM, nmvc ...
9 years, 5 months ago (2014-12-03 03:47:38 UTC) #3
dave_cheney.net
Hello nigeltao@golang.org, nmvc@google.com (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 5 months ago (2014-12-03 04:05:03 UTC) #4
dave_cheney.net
https://codereview.appspot.com/180530043/diff/40001/webdav/webdav.go File webdav/webdav.go (right): https://codereview.appspot.com/180530043/diff/40001/webdav/webdav.go#newcode253 webdav/webdav.go:253: func (h *Handler) handleOptions(w http.ResponseWriter, r *http.Request) (status int, ...
9 years, 5 months ago (2014-12-03 04:08:28 UTC) #5
nigeltao
On Wed, Dec 3, 2014 at 2:47 PM, Dave Cheney <dave@cheney.net> wrote: > I'll abandon ...
9 years, 4 months ago (2014-12-05 03:41:44 UTC) #6
dave_cheney.net
Sorry. I changed my mind. Please review this, I think its what nick asked for. ...
9 years, 4 months ago (2014-12-05 03:49:40 UTC) #7
nigeltao
On Fri, Dec 5, 2014 at 2:49 PM, Dave Cheney <dave@cheney.net> wrote: > Please review ...
9 years, 4 months ago (2014-12-05 03:58:15 UTC) #8
dave_cheney.net
Cool. I'm not attached to this cl in particular, I'm just trying to write a ...
9 years, 4 months ago (2014-12-05 04:01:37 UTC) #9
gobot
9 years, 4 months ago (2014-12-19 05:16:59 UTC) #10
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/180530043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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