Questions tagged [rfc]

An RFC is a "Request For Comments": the form of internet standards from the Internet Engineering Task Force (IETF) until they are made standards. And the usual form of reference to those standards.

An RFC is a "Request For Comments": the form of internet standards from the Internet Engineering Taskforce (IETF) until they are made standards. And the usual form of reference to those standards.

Official Site: http://www.ietf.org/rfc.html

530 questions
-2
votes
1 answer

Explaining SSL ClientHello SNI message extension syntax defined by RFC6066 Server Name Indication

RFC6066 defines server name indication in extension of type server_name. The extension_data field of this extension SHALL contain ServerNameList where: struct { NameType name_type; select (name_type) { case…
Ernestas Gruodis
  • 7,563
  • 12
  • 45
  • 104
-2
votes
1 answer

Non private address in lan

What is a potential problem of using non private addresses in lan? Such as one over an image. This is a open wi-fi connection of a hotel. Internet works. Why then rfc1918 needs at least?
kAldown
  • 532
  • 1
  • 7
  • 24
-3
votes
2 answers

Calling init function from another function

why i can't call init function from the other function, init() is just function right, why i can't just call the init function, should i change golang RFC to make it happend package main import ( "fmt" ) func init() { fmt.Println("Hello,…
-4
votes
1 answer

Non-interactive way to tell web site, that I allow cookies

I am wearing the web-browser user hat here. I am a user, not a provider of a web service: Is there a non-interactive way to tell web site, that I allow cookies? During the last weeks most web site have a pop up. I never read any of them, I always…
guettli
  • 26,461
  • 53
  • 224
  • 476
-8
votes
3 answers

Convert time format to UTC format

I am getting time in this format : 29-Mar-2018 05:58:33 which i believe is RFC 850 format. I need to convert this time to UTC format 2018-03-29T05:58:33Z
iPhoneDeveloper
  • 768
  • 1
  • 10
  • 22
1 2 3
35
36