> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +
> +package org.jclouds.http.filters;
> +
> +import org.jclouds.http.HttpException;
> +import org.jclouds.http.HttpRequest;
> +import org.jclouds.http.HttpRequestFilter;
> +
> +import com.google.common.net.HttpHeaders;
> +
> +/**
> + * @author Diwaker Gupta
> + */
> +public class StripExpectHeader implements HttpRequestFilter {

Should this be declared `@Singleton` like other filters?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/65/files#r5128463

Reply via email to