Skip to content

Commit

Permalink
^https -> ^https://
Browse files Browse the repository at this point in the history
  • Loading branch information
MIZUNUMA Yuto committed Jul 15, 2014
1 parent ae90fdb commit 27b020a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2014-07-16 MIZUNUMA Yuto <mizmiz@sf.net>

* navi2ch-net.el (navi2ch-net-send-request): https -> https://

2014-07-14 MIZUNUMA Yuto <mizmiz@sf.net>

* navi2ch-thumbnail.el (navi2ch-thumbnail-url-coversion-table):
Expand Down
2 changes: 1 addition & 1 deletion navi2ch-net.el
Expand Up @@ -257,7 +257,7 @@ nil $B$J$i>o$K:F@\B3$9$k!#(B")
(setq proc nil)
(unless (navi2ch-net-down-p host)
(condition-case nil
(if (string-match "^https" url)
(if (string-match "^https://" url)
(setq proc (funcall 'open-tls-stream
navi2ch-net-connection-name buf host "443"))
(setq proc (funcall navi2ch-open-network-stream-function
Expand Down

0 comments on commit 27b020a

Please sign in to comment.