]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/command.h
- Se corrige el bug que hacia que no se deje de transmitir con el comando
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / command.h
index d27fbe2666a6cace768bf8458656eddde66c8049..00745573be6309ea6102143d6b495af1fbf6eb64 100644 (file)
@@ -129,7 +129,7 @@ namespace Server {
                         * Obtiene el comando desde un pedido HTTP completo.
                         */
                        friend std::istream& operator>>(std::istream& is,
                         * Obtiene el comando desde un pedido HTTP completo.
                         */
                        friend std::istream& operator>>(std::istream& is,
-                                       Command& command) throw(HTTPError, sockerr);
+                                       Command& command) throw(HTTPError, sockerr, ios::failure);
 
                        /**
                         * Convierte el comando a un pedido HTTP completo.
 
                        /**
                         * Convierte el comando a un pedido HTTP completo.