Skip to content

Commit

Permalink
Retorna versão do protocolo para 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusandrade committed Aug 30, 2017
1 parent 5f81a81 commit afae931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/isis-oai-provider/lib/ISISDb.php
Expand Up @@ -82,7 +82,7 @@ function wxis_document_post( $url, $content = "" ){

// Generate the request header
$ReqHeader =
"POST $path HTTP/1.1\r\n".
"POST $path HTTP/1.0\r\n".
"Host: $host\r\n".
"User-Agent: PostIt\r\n".
"Content-Type: application/x-www-form-urlencoded\r\n".
Expand Down

0 comments on commit afae931

Please sign in to comment.