Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
69899e6f
Kaydet (Commit)
69899e6f
authored
Şub 27, 2015
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.4 (httplib)
üst
ad9296e4
b389b482
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
test_httplib.py
Lib/test/test_httplib.py
+3
-0
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/test/test_httplib.py
Dosyayı görüntüle @
69899e6f
...
...
@@ -1113,6 +1113,7 @@ class HTTPSTest(TestCase):
context
=
context
)
h
.
request
(
'GET'
,
'/'
)
resp
=
h
.
getresponse
()
h
.
close
()
self
.
assertIn
(
'nginx'
,
resp
.
getheader
(
'server'
))
@support.system_must_validate_cert
...
...
@@ -1124,6 +1125,7 @@ class HTTPSTest(TestCase):
h
.
request
(
'GET'
,
'/'
)
resp
=
h
.
getresponse
()
content_type
=
resp
.
getheader
(
'content-type'
)
h
.
close
()
self
.
assertIn
(
'text/html'
,
content_type
)
def
test_networked_good_cert
(
self
):
...
...
@@ -1138,6 +1140,7 @@ class HTTPSTest(TestCase):
h
.
request
(
'GET'
,
'/'
)
resp
=
h
.
getresponse
()
server_string
=
resp
.
getheader
(
'server'
)
h
.
close
()
self
.
assertIn
(
'nginx'
,
server_string
)
def
test_networked_bad_cert
(
self
):
...
...
Misc/ACKS
Dosyayı görüntüle @
69899e6f
...
...
@@ -1270,6 +1270,7 @@ Alexander Shigin
Pete Shinners
Michael Shiplett
John W. Shipman
Alex Shkop
Joel Shprentz
Yue Shuaijie
Terrel Shumway
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment