mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3072 from mattray/vcloud_director_eoferror
Clean up Excon::Errors::SocketError::EOFError warning in vcloud_director
This commit is contained in:
commit
e6ac09cb7b
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ module Fog
|
||||||
def request(params)
|
def request(params)
|
||||||
begin
|
begin
|
||||||
do_request(params)
|
do_request(params)
|
||||||
rescue Excon::Errors::SocketError::EOFError
|
rescue EOFError
|
||||||
# This error can occur if Vcloud receives a request from a network
|
# This error can occur if Vcloud receives a request from a network
|
||||||
# it deems to be unauthorized; no HTTP response is sent, but the
|
# it deems to be unauthorized; no HTTP response is sent, but the
|
||||||
# connection is sent a signal to terminate early.
|
# connection is sent a signal to terminate early.
|
||||||
|
|
Loading…
Reference in a new issue