Net-ICAP-Client

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN


- `Failed to write to icap server at %s`

    Failed to write to the remote icap server.  Check network status.

- `Failed to write to STDERR`

    Failed to write to STDERR.  Check local machine settings.

- `Incorrectly formatted debug line`

    A debug call was made without being prefixed with a '>> ' or '<< '.  This is a bug in Net::ICAP::Client

- `Failed to connect to %s on port %s`

    The connection to the remote icap server failed.  Check network/SSL/TLS settings and status

- `Failed to read from %s`

    Failed to read from the remote icap server.  Check network status

- `Failed to seek to start of temporary file`

    Failed to do a disk operation.  Check disk settings for the mount point belonging to where temp files are being created

- `Failed to seek to start of content handle`

    Failed to do a disk operation.  Check disk settings for the mount point belonging to the file that are passed into the request/response method

- `ICAP Server returned a %s error`

    The remote ICAP server returned an error.  The TCP connection to the remote ICAP server will be automatically disconnected.  Capture the network traffic and enter a bug report

- `Failed to parse chunking length`

    This is a bug in Net::ICAP::Client

- `Unable to parse Encapsulated header`

    The remote ICAP server did not return an Encapsulated header that could be understood by Net::ICAP::Client.  Capture the network traffic and enter a bug report

- `Unable to parse ICAP header`

    The remote ICAP server did not return an ICAP header that could be understood by Net::ICAP::Client.  Capture the network traffic and enter a bug report

- `Failed to read from content handle`

    Failed to do a disk operation.  Check disk settings for the mount point belonging to the file that are passed into the request/response method

# CONFIGURATION AND ENVIRONMENT

Net::ICAP::Client requires no configuration files or environment variables.

# DEPENDENCIES

Net::ICAP::Client requires the following non-core modules

    HTTP::Request
    HTTP::Response
    IO::Socket::INET
    IO::Socket::SSL
    URI

# INCOMPATIBILITIES

None reported

# BUGS AND LIMITATIONS

To report a bug, or view the current list of bugs, please visit [https://github.com/david-dick/net-icap-client/issues](https://github.com/david-dick/net-icap-client/issues)

# LICENSE AND COPYRIGHT

Copyright 2016 David Dick.

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See [http://dev.perl.org/licenses/](http://dev.perl.org/licenses/) for more information.



( run in 0.879 second using v1.01-cache-2.11-cpan-39bf76dae61 )