Skip to content

Commit

Permalink
Synchronize
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Turcato authored and Nicola Turcato committed Jan 22, 2016
1 parent 342b510 commit 75d60c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
// // Retrieve the appropriate handler
// @todo be more careful retrieving the operation handler
soapaction := r.Header.Get("SOAPAction")
// TODO get parse soap action from header if it is not available in header
// TODO get parse soap action from request if it is not available in header

fmt.Println("SOAPACTION: ", soapaction)
operationHandlers, ok := s.handlers[soapaction]
if !ok {
Expand Down

0 comments on commit 75d60c1

Please sign in to comment.