Bug 1254089 - LoadFaviconTask: Use HttpUrlConnection instead of HttpClient. r=rnewman,nalexander
HttpUrlConnection supports SNI and LoadFaviconTask does not require fancy HTTP features.
MozReview-Commit-ID: IuDyU4xk7qI
# This Makefile is used as a shim to aid people with muscle memory
# so that they can type "make".
#
# This file and all of its targets should not be used by anything important.
all: build
build:
./mach build
clean:
./mach clobber
.PHONY: all build clean